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
This commit is contained in:
parent
8e89cbfe6c
commit
0a2acc8a59
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
@ -1,7 +1,7 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user