auto0.x   [plain text]


# 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