Commit 1896d29d by Mark Mitchell Committed by Mark Mitchell

* gcc.dg/const-elim-1.c: XFAIL on arm-*-*.

From-SVN: r75191
parent 4c2a4b90
2003-12-28 Mark Mitchell <mark@codesourcery.com> 2003-12-28 Mark Mitchell <mark@codesourcery.com>
* gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
2003-12-28 Mark Mitchell <mark@codesourcery.com>
PR c++/13009 PR c++/13009
* g++.dg/init/assign1.C: New test. * g++.dg/init/assign1.C: New test.
......
...@@ -7,7 +7,10 @@ ...@@ -7,7 +7,10 @@
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2 -std=c99" } */ /* { dg-options "-O2 -std=c99" } */
/* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" } } */ /* 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-*-* } } } */
#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