* gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.

From-SVN: r42869
This commit is contained in:
Loren J. Rittle 2001-06-04 19:02:11 +00:00 committed by Loren J. Rittle
parent 1ffb3f9ac1
commit 05ac674047
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-06-04 Loren J. Rittle <ljrittle@acm.org>
* gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
2001-06-04 Jeffrey Oldham <oldham@codesourcery.com>
* lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.

View File

@ -6,7 +6,7 @@ if { [istarget "d10v-*-*"] && ! [string-match "*-mdouble64*" $CFLAGS] } {
# freebsd sets up the fpu with a different precision control which causes
# this test to "fail".
if { [istarget "i?86-*-freebsd*\[1234\]\.*"] } {
if { [istarget "i?86-*-freebsd*\[12345\]\.*"] } {
set torture_execute_xfail "i?86-*-freebsd*"
}
return 0