OSDN Git Service

PR tree-optimization/46021
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Dec 2010 19:01:42 +0000 (19:01 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Dec 2010 19:01:42 +0000 (19:01 +0000)
gcc.dg/tree-ssa/20040204-1.c: Remove XFAIL for hppa*-*.*.

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

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

index e1317fb..4c70d02 100644 (file)
@@ -1,3 +1,8 @@
+2010-12-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR tree-optimization/46021
+       gcc.dg/tree-ssa/20040204-1.c: Remove XFAIL for hppa*-*.*.
+
 2010-12-09  Richard Guenther  <rguenther@suse.de>
 
        PR middle-end/46844
index f86b6de..1fc7e3b 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-*-* sparc*-*-*" } } } } */
+/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail { ! "powerpc*-*-* cris-*-* crisv32-*-* hppa*-*-* mmix-*-* mips*-*-* m68k*-*-* moxie-*-* sparc*-*-*" } } } } */
 /* { dg-final { cleanup-tree-dump "optimized" } } */