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
This commit is contained in:
Loren J. Rittle 2001-01-09 01:11:34 +00:00 committed by Jeff Law
parent f7a80099bd
commit 18eb26d4fe
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
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.

View File

@ -1,6 +1,6 @@
# 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

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*"] } {
if { [istarget "i?86-*-freebsd*\[123\]\.*"] } {
set torture_execute_xfail "i?86-*-freebsd*"
}
return 0