* 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
+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
# 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