diff options
author | Bob Wilson <bob.wilson@acm.org> | 2005-05-10 16:27:48 +0000 |
---|---|---|
committer | Bob Wilson <bwilson@gcc.gnu.org> | 2005-05-10 16:27:48 +0000 |
commit | 64552cd79032ccee03175488798bd12e22062e6a (patch) | |
tree | 4e480a4c1e0352c379339d2996bdae2f42dd263f | |
parent | 81ba4f39eea9bdf0af7d8bc3e3c4314d27b5a824 (diff) | |
download | gcc-64552cd79032ccee03175488798bd12e22062e6a.zip gcc-64552cd79032ccee03175488798bd12e22062e6a.tar.gz gcc-64552cd79032ccee03175488798bd12e22062e6a.tar.bz2 |
* gcc.dg/const-elim-1.c: Remove xfail for xtensa-*-*.
From-SVN: r99526
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/const-elim-1.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6b8ce93..ce6b01f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/gcc.dg/const-elim-1.c b/gcc/testsuite/gcc.dg/const-elim-1.c index 71a1364..bbfab37 100644 --- a/gcc/testsuite/gcc.dg/const-elim-1.c +++ b/gcc/testsuite/gcc.dg/const-elim-1.c @@ -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) |