From: Steven Bosscher Date: Thu, 29 Sep 2005 15:54:28 +0000 (+0000) Subject: * gcc.dg/tree-ssa/ssa-ccp-11.c: Fix the test case and un-xfail. X-Git-Tag: misc/cutover-cvs2svn~411 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2cff1b3e09c146bd185b297f7611f0b8b3d30809;p=thirdparty%2Fgcc.git * gcc.dg/tree-ssa/ssa-ccp-11.c: Fix the test case and un-xfail. From-SVN: r104777 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e279840cbb21..f916b76c2fd3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,7 +1,11 @@ +2005-09-29 Steven Bosscher + + * gcc.dg/tree-ssa/ssa-ccp-11.c: Fix the test case and un-xfail. + 2005-09-29 Paolo Bonzini - PR c/21419 - * gcc.dg/pr21419.c: New test. + PR c/21419 + * gcc.dg/pr21419.c: New test. 2005-09-29 Steven Bosscher diff --git a/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-11.c b/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-11.c index 5d774f8b4526..4eaad28b177e 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-11.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-11.c @@ -38,5 +38,5 @@ int test1111 (int param) } /* All ifs should be eliminated. */ -/* { dg-final { scan-tree-dump-times "if" 0 "optimized" { xfail *-*-* } } } */ +/* { dg-final { scan-tree-dump-times "if " 0 "optimized" } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */