Commit 0a2acc8a by Kazu Hirata Committed by Kazu Hirata

20000320-1.x, [...]: XFAIL on m68k-*-* and check_effective_target_coldfire_fpu.

	* gcc.c-torture/execute/ieee/20000320-1.x,
	gcc.c-torture/execute/ieee/mul-subnormal-single-1.x: XFAIL on
	m68k-*-* and check_effective_target_coldfire_fpu.

From-SVN: r124964
parent 8e89cbfe
2007-05-22 Kazu Hirata <kazu@codesourcery.com>
* gcc.c-torture/execute/ieee/20000320-1.x,
gcc.c-torture/execute/ieee/mul-subnormal-single-1.x: XFAIL on
m68k-*-* and check_effective_target_coldfire_fpu.
2007-05-22 Ollie Wild <aaw@google.com>
* g++.dg/lookup/hidden-class10.C: New test.
if {[istarget "m68k-*-linux-gnu*"] && [check_effective_target_coldfire_fpu]} {
# ColdFire FPUs require software handling of subnormals. Linux 2.6.10
# does not have this.
set torture_execute_xfail "m68k-*-linux-gnu*"
if {[istarget "m68k-*-*"] && [check_effective_target_coldfire_fpu]} {
# ColdFire FPUs require software handling of subnormals. We are
# not aware of any system that has this.
set torture_execute_xfail "m68k-*-*"
}
return 0
......@@ -3,9 +3,9 @@ if [istarget "mips-sgi-irix6*"] {
# isn't expected to work for n32 and n64 on MIPS IV targets.
return 1
}
if {[istarget "m68k-*-linux-gnu*"] && [check_effective_target_coldfire_fpu]} {
# ColdFire FPUs require software handling of subnormals. Linux 2.6.10
# does not have this.
set torture_execute_xfail "m68k-*-linux-gnu*"
if {[istarget "m68k-*-*"] && [check_effective_target_coldfire_fpu]} {
# ColdFire FPUs require software handling of subnormals. We are
# not aware of any system that has this.
set torture_execute_xfail "m68k-*-*"
}
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