OSDN Git Service

* gcc.dg/const-elim-1.c: Remove xfail for xtensa-*-*.
authorbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 May 2005 16:27:48 +0000 (16:27 +0000)
committerbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 May 2005 16:27:48 +0000 (16:27 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99526 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/const-elim-1.c

index 6b8ce93..ce6b01f 100644 (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
index 71a1364..bbfab37 100644 (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)