OSDN Git Service

* gcc.c-torture/execute/20020720-1.x: No longer skip test on
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Sep 2002 17:58:27 +0000 (17:58 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Sep 2002 17:58:27 +0000 (17:58 +0000)
powerpc and MMIX targets.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57616 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20020720-1.x

index b5bea3d..5f04770 100644 (file)
@@ -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.
index ec45a6d..d6e43e7 100644 (file)
@@ -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