* gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / ieee / rbug.x
blob256b61583742bbae39574515c2caf3bd5f331537
1 # This doesn't work on d10v if doubles are not 64 bits
3 if { [istarget "d10v-*-*"] && ! [string-match "*-mdouble64*" $CFLAGS] } {
4         set torture_execute_xfail "d10v-*-*"
7 # freebsd sets up the fpu with a different precision control which causes
8 # this test to "fail".
9 if { [istarget "i?86-*-freebsd*\[1234\]\.*"] } {
10         set torture_execute_xfail "i?86-*-freebsd*"
12 return 0