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

From-SVN: r75191
This commit is contained in:
Mark Mitchell 2003-12-29 02:33:15 +00:00 committed by Mark Mitchell
parent 4c2a4b907d
commit 1896d29d23
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -7,7 +7,10 @@
/* { dg-do compile } */
/* { 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)