PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr51069.c
blob4fdc52f65fc1869ac0981ee68bdb86a8fc87724c
2 int a, b, c, d, e, f, bar (void);
4 void
5 foo (int x)
7 for (;;)
9 if (!x)
11 for (d = 6; d >= 0; d--)
13 while (!b)
15 if (e)
16 return foo (x);
17 if (f)
19 a = 0;
20 continue;
22 for (; c; c--)
26 if (bar ())
27 break;
28 e = 0;
29 if (x)
30 for (;;)