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
This commit is contained in:
Richard Guenther 2009-07-18 15:29:21 +00:00 committed by Richard Biener
parent 1f55686aee
commit b95d6ac9ca
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -38,7 +38,7 @@ void xxx(void)
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 "99" 0 "optimized" } } */
/* { dg-final { scan-tree-dump-times "100" 0 "optimized" } } */
/* { dg-final { scan-tree-dump-times "= 99" 0 "optimized" } } */
/* { dg-final { scan-tree-dump-times "< 100" 0 "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */