aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2010-12-09 19:01:42 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2010-12-09 19:01:42 +0000
commit6b08d96992bc12330eeea605be15835bc9a56c93 (patch)
tree171f4d3d258a4ad692c8e6e121e96afad9b64a6e /gcc
parentefa58006647afe27011714aa5e8b4d38c6f1abae (diff)
downloadgcc-6b08d96992bc12330eeea605be15835bc9a56c93.zip
gcc-6b08d96992bc12330eeea605be15835bc9a56c93.tar.gz
gcc-6b08d96992bc12330eeea605be15835bc9a56c93.tar.bz2
re PR tree-optimization/46021 (3 tree-ssa tests XPASS almost everywhere)
PR tree-optimization/46021 gcc.dg/tree-ssa/20040204-1.c: Remove XFAIL for hppa*-*.*. From-SVN: r167661
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index e1317fb..4c70d02 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c b/gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c
index f86b6de..1fc7e3b 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c
@@ -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" } } */