1 # This test fails compilation in cross-endian environments, for example as
2 # below, with a "sorry" message.
3 
4 if { [ishost "i\[34567\]86-*-*"] } {
5     if { [istarget "mmix-knuth-mmixware"]
6 	 || [istarget "powerpc-*-*"] } {
7 	set torture_compile_xfail [istarget]
8     }
9 }
10 
11 return 0
12