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

From-SVN: r99526
This commit is contained in:
Bob Wilson 2005-05-10 16:27:48 +00:00 committed by Bob Wilson
parent 81ba4f39ee
commit 64552cd790
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-05-10 Bob Wilson <bob.wilson@acm.org>
* gcc.dg/const-elim-1.c: Remove xfail for xtensa-*-*.
2005-05-10 Gabor Loki <loki@gcc.gnu.org>
PR c/17913

View File

@ -12,8 +12,8 @@
to eliminate the block move, so the constant gets emitted.
Currently known targets with this problem: all ARM; PA32 ("hppa*.*"
matches "hppa2.0w" but not "hppa64"); PPC if string instructions
are enabled (notably under AIX); Xtensa. */
/* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" { xfail arm-*-* strongarm-*-* xscale-*-* hppa-*-* hppa*.*-*-* powerpc*-*-aix* xtensa-*-* } } } */
are enabled (notably under AIX). */
/* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" { xfail arm-*-* strongarm-*-* xscale-*-* hppa-*-* hppa*.*-*-* powerpc*-*-aix* } } } */
#define I (__extension__ 1.0iF)