OSDN Git Service

2011-10-19 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / const-elim-1.c
index c51c1b4..c9c57a2 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); Xtensa.  */
-/* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" { xfail arm-*-* strongarm-*-* xscale-*-* hppa*.*-*-* powerpc*-*-aix* xtensa-*-* } } } */
+/* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" } } */
 
 #define I (__extension__ 1.0iF)