Commit f08df7c6 by Ian Lance Taylor Committed by Ian Lance Taylor

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
parent b034930f
2004-01-27 Ian Lance Taylor <ian@wasabisystems.com> 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. * gcc.dg/arm-mmx-1.c: New test.
2004-01-27 Eric Botcazou <ebotcazou@libertysurf.fr> 2004-01-27 Eric Botcazou <ebotcazou@libertysurf.fr>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
/* This test fails on ARM cores because we use a block move to /* 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 initialize "S" in test2, and GCC is not clever enough to eliminate
the block move. */ 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) #define I (__extension__ 1.0iF)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment