--- gcc/testsuite/gcc.c-torture/execute/ieee/mzero2.x.orig 2001-01-09 01:11:34 UTC +++ gcc/testsuite/gcc.c-torture/execute/ieee/mzero2.x @@ -1,6 +1,9 @@ -# freebsd sets up the fpu with a different precision control which causes +# freebsd and bsdsunix sets up the fpu with a different precision control which causes # this test to "fail". if { [istarget "i?86-*-freebsd*\[123\]\.*"] } { set torture_execute_xfail "i?86-*-freebsd*" } +if { [istarget "i?86-*-bsdsunix*\[123\]\.*"] } { + set torture_execute_xfail "i?86-*-bsdsunix*" +} return 0