const-elim-1.c: Add xfail for strongarm-*-* and xscale-*-*.
authorIan Lance Taylor <ian@wasabisystems.com>
Tue, 27 Jan 2004 15:17:52 +0000 (15:17 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 27 Jan 2004 15:17:52 +0000 (15:17 +0000)
* gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
xscale-*-*.

From-SVN: r76714

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

index a89844292bde5531214ea9a33e3e5320e1365cd4..264927497df725b5355c599e379ef10973c09a6c 100644 (file)
@@ -1,5 +1,8 @@
 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
 
+       * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
+       xscale-*-*.
+
        * gcc.dg/arm-mmx-1.c: New test.
 
 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
index 1e8acb6bf70a6e4181972a6f6f153100894ef606..58c950df03d2ff3f14762fdc3df16892a4a60f35 100644 (file)
@@ -10,7 +10,7 @@
 /* This test fails on ARM cores because we use a block move to
    initialize "S" in test2, and GCC is not clever enough to eliminate
    the block move.  */
-/* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" { xfail arm-*-* powerpc*-*-aix* } } } */
+/* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" { xfail arm-*-* strongarm-*-* xscale-*-* powerpc*-*-aix* } } } */
 
 #define I (__extension__ 1.0iF)