PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr56756.c
blob470014d266075cc14b0ac4e1b45f7440809f1a6f
1 /* { dg-do compile } */
3 int a, *b;
5 void f(void)
7 if(a)
9 int k;
11 for(a = 0; a < 1; a++)
13 int **q;
14 f();
16 for(; **q; ++**q)
17 lbl:
18 if(a)
20 a = 0;
21 goto lbl;
24 b = &k;
27 goto lbl;