OSDN Git Service

PR tree-optimization/46021
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Jan 2011 12:56:16 +0000 (12:56 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Jan 2011 12:56:16 +0000 (12:56 +0000)
* gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on spu-*-*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168990 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 550aee1..118436c 100644 (file)
@@ -1,3 +1,8 @@
+2011-01-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       PR tree-optimization/46021
+       * gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on spu-*-*.
+
 2011-01-19  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/47290
index 4a16a74..45e44a1 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 { ! "alpha*-*-* powerpc*-*-* cris-*-* crisv32-*-* hppa*-*-* i?86-*-* mmix-*-* mips*-*-* m68k*-*-* moxie-*-* sparc*-*-* x86_64-*-*" } } } } */
+/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail { ! "alpha*-*-* powerpc*-*-* cris-*-* crisv32-*-* hppa*-*-* i?86-*-* mmix-*-* mips*-*-* m68k*-*-* moxie-*-* sparc*-*-* spu-*-* x86_64-*-*" } } } } */
 /* { dg-final { cleanup-tree-dump "optimized" } } */