* gcc.dg/const-elim-1.c: xfail for xtensa.

From-SVN: r78864
This commit is contained in:
Bob Wilson 2004-03-03 22:14:14 +00:00 committed by Bob Wilson
parent ced3ad4d7c
commit c4909065ce
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2004-03-03 Bob Wilson <bob.wilson@acm.org>
* gcc.dg/const-elim-1.c: xfail for xtensa.
2004-03-01 Mark Mitchell <mark@codesourcery.com>
PR c++/14369

View file

@ -7,10 +7,10 @@
/* { dg-do compile } */
/* { dg-options "-O2 -std=c99" } */
/* This test fails on ARM cores because we use a block move to
/* This test fails on ARM and Xtensa 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-*-* strongarm-*-* xscale-*-* powerpc*-*-aix* } } } */
/* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" { xfail arm-*-* strongarm-*-* xscale-*-* powerpc*-*-aix* xtensa-*-* } } } */
#define I (__extension__ 1.0iF)