Commit 18eb26d4 by Loren J. Rittle Committed by Jeff Law

mzero2.x: Adjust statement of where a failure is expected.

	* gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
	where a failure is expected.
	* gcc.c-torture/execute/ieee/rbug.x: Likewise.

From-SVN: r38812
parent f7a80099
2000-01-08 Loren J. Rittle <ljrittle@acm.org>
* gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
where a failure is expected.
* gcc.c-torture/execute/ieee/rbug.x: Likewise.
2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
* g++.old_deja/g++.pt/instantiate12.C: New test.
......
# freebsd sets up the fpu with a different precision control which causes
# this test to "fail".
if { [istarget "i?86-*-freebsd*"] } {
if { [istarget "i?86-*-freebsd*\[123\]\.*"] } {
set torture_execute_xfail "i?86-*-freebsd*"
}
return 0
......@@ -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*"] } {
if { [istarget "i?86-*-freebsd*\[123\]\.*"] } {
set torture_execute_xfail "i?86-*-freebsd*"
}
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