OSDN Git Service

* gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on the SPARC.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Nov 2010 09:16:39 +0000 (09:16 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Nov 2010 09:16:39 +0000 (09:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166933 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c

index 6b347ea..9fc1c46 100644 (file)
@@ -1,3 +1,7 @@
+2010-11-19  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on the SPARC.
+
 2010-11-18  Steve Ellcey  <sje@cup.hp.com>
 
        * gcc.dg/vect/slp-reduc-3.c: Make check dependent on vect_unpack.
index e756664..f86b6de 100644 (file)
@@ -33,5 +33,5 @@ void test55 (int x, int y)
    that the && should be emitted (based on BRANCH_COST).  Fix this
    by teaching dom to look through && and register all components
    as true.  */
-/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail { ! "powerpc*-*-* cris-*-* crisv32-*-* mmix-*-* mips*-*-* m68k*-*-* moxie-*-*" } } } } */
+/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail { ! "powerpc*-*-* cris-*-* crisv32-*-* mmix-*-* mips*-*-* m68k*-*-* moxie-*-* sparc*-*-*" } } } } */
 /* { dg-final { cleanup-tree-dump "optimized" } } */