diff options
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/const-elim-1.c | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4efa8b8..ac18364 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 bbfab37..c9c57a27 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) |