Commit 05ac6740 by Loren J. Rittle Committed by Loren J. Rittle

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

From-SVN: r42869
parent 1ffb3f9a
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> 2001-06-04 Jeffrey Oldham <oldham@codesourcery.com>
* lib/g++.exp (g++_include_flags): Change `args' to gccpath's value. * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
......
...@@ -6,7 +6,7 @@ if { [istarget "d10v-*-*"] && ! [string-match "*-mdouble64*" $CFLAGS] } { ...@@ -6,7 +6,7 @@ if { [istarget "d10v-*-*"] && ! [string-match "*-mdouble64*" $CFLAGS] } {
# freebsd sets up the fpu with a different precision control which causes # freebsd sets up the fpu with a different precision control which causes
# this test to "fail". # this test to "fail".
if { [istarget "i?86-*-freebsd*\[1234\]\.*"] } { if { [istarget "i?86-*-freebsd*\[12345\]\.*"] } {
set torture_execute_xfail "i?86-*-freebsd*" set torture_execute_xfail "i?86-*-freebsd*"
} }
return 0 return 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment