* gcc.dg/const-elim-1.c: Remove xfails.
authorAdam Nemet <anemet@lnxw.com>
Tue, 24 May 2005 05:57:46 +0000 (05:57 +0000)
committerAdam Nemet <nemet@gcc.gnu.org>
Tue, 24 May 2005 05:57:46 +0000 (05:57 +0000)
From-SVN: r100093

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/const-elim-1.c

index 4efa8b81ebfbd0a67293cf23793bb6fc868c894f..ac18364e904b859ed80ead05957d1c0b72f948a5 100644 (file)
@@ -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.
index bbfab37f0a45c1ca97193cee5208994ed0375d0c..c9c57a2784d7b71b4d42c664a327b9787f88bca1 100644 (file)
@@ -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)