PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr59519-1.c
blob48cc790ecaf31252e3f0c2f6e727cbc1f008dfb3
1 /* PR tree-optimization/59519 */
2 /* { dg-do compile } */
3 /* { dg-additional-options "-O3" } */
5 int a, b, c, d;
7 void
8 foo (void)
10 for (; d; d++)
11 for (b = 0; b < 14; b++)
13 c |= 1;
14 if (a)
15 break;