aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@wasabisystems.com>2004-01-27 15:17:52 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2004-01-27 15:17:52 +0000
commitf08df7c60324ec233fea7a2f92d17b5ca1b53556 (patch)
tree9c2df15db468367cf448b5f0c4cb6ce3628549b1 /gcc
parentb034930ffb2b6c44a85d7316b622cf4cc4df2737 (diff)
downloadgcc-f08df7c60324ec233fea7a2f92d17b5ca1b53556.zip
gcc-f08df7c60324ec233fea7a2f92d17b5ca1b53556.tar.gz
gcc-f08df7c60324ec233fea7a2f92d17b5ca1b53556.tar.bz2
const-elim-1.c: Add xfail for strongarm-*-* and xscale-*-*.
* gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and xscale-*-*. From-SVN: r76714
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog3
-rw-r--r--gcc/testsuite/gcc.dg/const-elim-1.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a898442..2649274 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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>
diff --git a/gcc/testsuite/gcc.dg/const-elim-1.c b/gcc/testsuite/gcc.dg/const-elim-1.c
index 1e8acb6..58c950d 100644
--- a/gcc/testsuite/gcc.dg/const-elim-1.c
+++ b/gcc/testsuite/gcc.dg/const-elim-1.c
@@ -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)