Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.dg / vect / O-pr46167.c
blob490ddd4572609a1649b3f58e897b6f8944a39f2c
1 /* { dg-do compile } */
3 int foo (char c, int i)
5 int s = 0;
6 while (i--)
7 s += c;
8 return s;
11 /* { dg-final { cleanup-tree-dump "vect" } } */