]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/const-elim-1.c: xfail for xtensa.
authorBob Wilson <bob.wilson@acm.org>
Wed, 3 Mar 2004 22:14:14 +0000 (22:14 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Wed, 3 Mar 2004 22:14:14 +0000 (22:14 +0000)
From-SVN: r78864

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

index 42e02ae50e8417ad5b8fbbd436313f506e6a1865..0724e1340e76dd17ffb4b92e1df2505ff55d5aaf 100644 (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
index 58c950df03d2ff3f14762fdc3df16892a4a60f35..b68abfc917cdad07a8e6e8da19ca48cb05d514e2 100644 (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)