blob: 46bc66e8e4656ff09ce86a958d4157e81fac507d (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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"] } {
set torture_compile_xfail [istarget]
}
}
return 0
|