2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr56350.c
blob899a507ee8bc8c5b96457bbd0e3e509800a1d370
1 /* PR tree-optimization/56350 */
2 /* { dg-do compile } */
3 /* { dg-options "-O -ftree-vectorize" } */
5 int a, b, c;
7 void
8 f (void)
10 for (; c; c++)
11 for (b = 0; b < 2; b++)
12 a /= 8;