diff options
author | Roger Sayle <roger@eyesopen.com> | 2002-09-28 17:58:27 +0000 |
---|---|---|
committer | Roger Sayle <sayle@gcc.gnu.org> | 2002-09-28 17:58:27 +0000 |
commit | 1c402174c29fc535453b094f6c641e23af2bf4f6 (patch) | |
tree | 60b8d30b6f498cb616830188ab2dec4771e81f77 | |
parent | 43aa4e05ea72d300ede141b3222e54f77c6ea4a7 (diff) | |
download | gcc-1c402174c29fc535453b094f6c641e23af2bf4f6.zip gcc-1c402174c29fc535453b094f6c641e23af2bf4f6.tar.gz gcc-1c402174c29fc535453b094f6c641e23af2bf4f6.tar.bz2 |
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
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/20020720-1.x | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b5bea3d..5f04770 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/gcc.c-torture/execute/20020720-1.x b/gcc/testsuite/gcc.c-torture/execute/20020720-1.x index ec45a6d..d6e43e76 100644 --- a/gcc/testsuite/gcc.c-torture/execute/20020720-1.x +++ b/gcc/testsuite/gcc.c-torture/execute/20020720-1.x @@ -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 |