aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g77.f-torture/execute/6367.x
blob: 42fc7da02aecaeea0a47c2677a9302ef21f249c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Scratch files aren't implemented for mmixware
# (_stat is a stub and files can't be deleted).
# Similar restrictions exist for most simulators.

if { [istarget "mmix-knuth-mmixware"]
     || [istarget "arm*-*-elf"]
     || [istarget "strongarm*-*-elf"]
     || [istarget "xscalearm*-*-elf"]
     || [istarget "cris-*-elf"] } {
	set torture_execute_xfail [istarget]
}

return 0