OSDN Git Service

* gcc.dg/const-elim-1.c: xfail for xtensa.
authorbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Mar 2004 22:14:14 +0000 (22:14 +0000)
committerbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Mar 2004 22:14:14 +0000 (22:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78864 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 42e02ae..0724e13 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
 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/14369
index 58c950d..b68abfc 100644 (file)
@@ -7,10 +7,10 @@
 
 /* { dg-do compile } */
 /* { dg-options "-O2 -std=c99" } */
 
 /* { 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.  */
    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)
 
 
 #define I (__extension__ 1.0iF)