re PR tree-optimization/37416 (Failure to return number of loop iterations)

PR tree-optimization/37416
	* gcc.dg/vect/pr36630.c: Expect 1 vectorized loop.

From-SVN: r142643
This commit is contained in:
Ira Rosen 2008-12-10 10:47:22 +00:00 committed by Jakub Jelinek
parent 0462b9b502
commit 7f51c86c61
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2008-12-10 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/37416
* gcc.dg/vect/pr36630.c: Expect 1 vectorized loop.
2008-12-10 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/20020919-1.c: Correct target selector to alpha*-*-*.

View file

@ -13,4 +13,5 @@ foo (unsigned char *x, short y)
i = i + 1;
}
}
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
/* { dg-final { cleanup-tree-dump "vect" } } */