Commit 64552cd7 by Bob Wilson Committed by Bob Wilson

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

From-SVN: r99526
parent 81ba4f39
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
......
......@@ -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)
......
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