20020720-1.x: No longer skip test on powerpc and MMIX targets.
* gcc.c-torture/execute/20020720-1.x: No longer skip test on powerpc and MMIX targets. From-SVN: r57616
This commit is contained in:
parent
43aa4e05ea
commit
1c402174c2
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-09-28 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* gcc.c-torture/execute/20020720-1.x: No longer skip test on
|
||||
powerpc and MMIX targets.
|
||||
|
||||
2002-09-27 Zack Weinberg <zack@codesourcery.com>
|
||||
|
||||
* gcc.dg/cpp/20020927-1.c: New.
|
||||
|
|
|
@ -9,9 +9,8 @@
|
|||
# for example the comparison insn takes 0.0 as an operand, the
|
||||
# combiner is able to see all intermediate instructions simultaneously
|
||||
# and can make the optimization.
|
||||
if { [istarget "powerpc-*-*"] || [istarget "rs6000-*-*"] \
|
||||
|| [istarget "mips*-*-*"] || [istarget "xtensa-*-*"] \
|
||||
|| [istarget "sh-*-*"] || [istarget "mmix-*-*"] \
|
||||
if { [istarget "mips*-*-*"] || [istarget "xtensa-*-*"] \
|
||||
|| [istarget "sh-*-*"] \
|
||||
|| [istarget "arm*-*-*"] || [istarget "strongarm*-*-*"] \
|
||||
|| [istarget "xscale*-*-*"] } {
|
||||
return 1
|
||||
|
|
Loading…
Add table
Reference in a new issue