From 1c402174c29fc535453b094f6c641e23af2bf4f6 Mon Sep 17 00:00:00 2001 From: Roger Sayle Date: Sat, 28 Sep 2002 17:58:27 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 5 +++++ 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 b5bea3dc589..5f047707f84 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-09-28 Roger Sayle + + * gcc.c-torture/execute/20020720-1.x: No longer skip test on + powerpc and MMIX targets. + 2002-09-27 Zack Weinberg * 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 ec45a6dc179..d6e43e769ce 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 -- 2.30.2