* gcc.c-torture/execute/ieee/ieee.exp: Disable on powerpc-*-*spe.
From-SVN: r89113
This commit is contained in:
parent
b2df7d08b1
commit
7832e66155
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
* gcc.dg/compat/struct-layout-1_generate.c (switchfiles): Use
|
||||
|
@ -24,8 +24,8 @@
|
||||
# C torture test suite, and other contributors.
|
||||
#
|
||||
|
||||
# VAX does not have hardware support for IEEE arithmetic.
|
||||
if { [istarget "vax-*-*"] } { return }
|
||||
# Disable tests on machines with no hardware support for IEEE arithmetic.
|
||||
if { [istarget "vax-*-*"] || [ istarget "powerpc-*-*spe"] } { return }
|
||||
|
||||
if $tracelevel then {
|
||||
strace $tracelevel
|
||||
|
Loading…
Reference in New Issue
Block a user