summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornemet <nemet@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-24 05:57:46 +0000
committernemet <nemet@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-24 05:57:46 +0000
commit2229953bc36f1548e627afbd5c218c4e8f7feff3 (patch)
tree0fc2c6c74f74d574adfd1ad67f4b02975a346854
parentf2fae51fba2928d03271b3d73408b90947832974 (diff)
downloadppe42-gcc-2229953bc36f1548e627afbd5c218c4e8f7feff3.tar.gz
ppe42-gcc-2229953bc36f1548e627afbd5c218c4e8f7feff3.zip
* gcc.dg/const-elim-1.c: Remove xfails.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100093 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/const-elim-1.c8
2 files changed, 5 insertions, 7 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 4efa8b81ebf..ac18364e904 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-23 Adam Nemet <anemet@lnxw.com>
+
+ * gcc.dg/const-elim-1.c: Remove xfails.
+
2005-05-23 Jeff Law <law@redhat.com>
* gcc.c-torture/compile/pr21638.c: New test.
diff --git a/gcc/testsuite/gcc.dg/const-elim-1.c b/gcc/testsuite/gcc.dg/const-elim-1.c
index bbfab37f0a4..c9c57a2784d 100644
--- a/gcc/testsuite/gcc.dg/const-elim-1.c
+++ b/gcc/testsuite/gcc.dg/const-elim-1.c
@@ -7,13 +7,7 @@
/* { dg-do compile } */
/* { dg-options "-O2 -std=c99" } */
-/* This test fails on all processors where we use a block move to
- initialize "S" in test2. The RTL optimizers are not clever enough
- to eliminate the block move, so the constant gets emitted.
- Currently known targets with this problem: all ARM; PA32 ("hppa*.*"
- matches "hppa2.0w" but not "hppa64"); PPC if string instructions
- are enabled (notably under AIX). */
-/* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" { xfail arm-*-* strongarm-*-* xscale-*-* hppa-*-* hppa*.*-*-* powerpc*-*-aix* } } } */
+/* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" } } */
#define I (__extension__ 1.0iF)
OpenPOWER on IntegriCloud