PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr78788.c
blob9861260b4ed9b753d633e490dc2a5b976e653f9b
1 /* { dg-do compile } */
3 int a;
4 long b;
5 long c;
6 void d()
8 int e = 0;
9 for (; b; b++)
10 if (c)
12 e++;
13 e++;
15 while (e)
16 a = e -= 2;