OSDN Git Service

PR tree-optimization/46021
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Jan 2011 18:19:45 +0000 (18:19 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Jan 2011 18:19:45 +0000 (18:19 +0000)
* gcc.dg/tree-ssa/20040204-1.c: Don't XFAIL on alpha*-*-*,
i?86-*-*, x86_64-*-*.

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

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

index 1b0d6f5..b7821c6 100644 (file)
@@ -1,3 +1,9 @@
+2011-01-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR tree-optimization/46021
+       * gcc.dg/tree-ssa/20040204-1.c: Don't XFAIL on alpha*-*-*,
+       i?86-*-*, x86_64-*-*.
+
 2011-01-10  Jeff Law <law@redhat.com>
 
        * PR tree-optimization/47141
index 1fc7e3b..4a16a74 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-*-* hppa*-*-* mmix-*-* mips*-*-* m68k*-*-* moxie-*-* sparc*-*-*" } } } } */
+/* { 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 { cleanup-tree-dump "optimized" } } */