* gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on the SPARC.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 19 Nov 2010 09:16:39 +0000 (09:16 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 19 Nov 2010 09:16:39 +0000 (09:16 +0000)
From-SVN: r166933

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

index 6b347ea9428c907ca5b1bd76c7b51fc9c377d8f1..9fc1c4629b2407d0587f2188c140edab72f9691e 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 e7566642cc0517bf35f79d7638e10bd6811ac249..f86b6debb60aa80eeb857c79bb8fda3a63632a4c 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" } } */