Commit 7f51c86c by Ira Rosen Committed by Jakub Jelinek

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
parent 0462b9b5
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> 2008-12-10 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/20020919-1.c: Correct target selector to alpha*-*-*. * gcc.dg/20020919-1.c: Correct target selector to alpha*-*-*.
......
...@@ -13,4 +13,5 @@ foo (unsigned char *x, short y) ...@@ -13,4 +13,5 @@ foo (unsigned char *x, short y)
i = i + 1; i = i + 1;
} }
} }
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
/* { dg-final { cleanup-tree-dump "vect" } } */ /* { dg-final { cleanup-tree-dump "vect" } } */
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