mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-22 14:49:47 +08:00
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
This commit is contained in:
parent
b034930ffb
commit
f08df7c603
@ -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>
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user