Commit b95d6ac9 by Richard Guenther Committed by Richard Biener

re PR testsuite/40798 (Revision 149750 failed gcc.dg/tree-ssa/loop-2.c)

2009-07-18  Richard Guenther  <rguenther@suse.de>

	PR testsuite/40798
	* gcc.dg/tree-ssa/loop-2.c: Tighten pattern.

From-SVN: r149774
parent 1f55686a
2009-07-18 Richard Guenther <rguenther@suse.de> 2009-07-18 Richard Guenther <rguenther@suse.de>
PR testsuite/40798
* gcc.dg/tree-ssa/loop-2.c: Tighten pattern.
2009-07-18 Richard Guenther <rguenther@suse.de>
PR c/40787 PR c/40787
* gcc.dg/pr35899.c: Adjust. * gcc.dg/pr35899.c: Adjust.
......
...@@ -38,7 +38,7 @@ void xxx(void) ...@@ -38,7 +38,7 @@ void xxx(void)
and replaced by comparison of one of the newly created ivs. */ and replaced by comparison of one of the newly created ivs. */
/* { dg-final { scan-tree-dump-times "iter" 0 "optimized" } } */ /* { dg-final { scan-tree-dump-times "iter" 0 "optimized" } } */
/* { dg-final { scan-tree-dump-times "99" 0 "optimized" } } */ /* { dg-final { scan-tree-dump-times "= 99" 0 "optimized" } } */
/* { dg-final { scan-tree-dump-times "100" 0 "optimized" } } */ /* { dg-final { scan-tree-dump-times "< 100" 0 "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment