aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g77.f-torture/execute/alpha2.x
blob: 8f6fe7faf80de5dba84589f4787fee07e843520f (plain)
1
2
3
4
5
6
7
8
9
10
11
# This test fails compilation in cross-endian environments, for example as
# below, with a "sorry" message.

if { [ishost "i\[34567\]86-*-*"] } {
    if { [istarget "mmix-knuth-mmixware"]
	 || [istarget "powerpc-*-*"] } {
	set torture_compile_xfail [istarget]
    }
}

return 0