Commit 7832e661 by Aldy Hernandez Committed by Aldy Hernandez

* gcc.c-torture/execute/ieee/ieee.exp: Disable on powerpc-*-*spe.

From-SVN: r89113
parent b2df7d08
2004-10-15 Aldy Hernandez <aldyh@redhat.com>
* gcc.c-torture/execute/ieee/ieee.exp: Disable on powerpc-*-*spe.
2004-10-15 Steve Ellcey <sje@cup.hp.com> 2004-10-15 Steve Ellcey <sje@cup.hp.com>
* gcc.dg/compat/struct-layout-1_generate.c (switchfiles): Use * gcc.dg/compat/struct-layout-1_generate.c (switchfiles): Use
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
# C torture test suite, and other contributors. # C torture test suite, and other contributors.
# #
# VAX does not have hardware support for IEEE arithmetic. # Disable tests on machines with no hardware support for IEEE arithmetic.
if { [istarget "vax-*-*"] } { return } if { [istarget "vax-*-*"] || [ istarget "powerpc-*-*spe"] } { return }
if $tracelevel then { if $tracelevel then {
strace $tracelevel strace $tracelevel
......
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