diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-27 15:17:52 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-27 15:17:52 +0000 |
commit | a71e27e1a22e352c7e66fabc2ead8380d1a18aec (patch) | |
tree | 9c2df15db468367cf448b5f0c4cb6ce3628549b1 | |
parent | fa3ae0b992ccdc48d05b0efa920b137fb647d998 (diff) | |
download | ppe42-gcc-a71e27e1a22e352c7e66fabc2ead8380d1a18aec.tar.gz ppe42-gcc-a71e27e1a22e352c7e66fabc2ead8380d1a18aec.zip |
* gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
xscale-*-*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76714 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/const-elim-1.c | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a89844292bd..264927497df 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 1e8acb6bf70..58c950df03d 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) |