modula2: M2MetaError.{def,mod} and P2SymBuild.mod further cleanup
[official-gcc.git] / gcc / testsuite / gcc.dg / pr112939.c
blob7017beff30a2ece291ebc9530bea6675aa4b8db6
1 /* { dg-do compile } */
2 /* { dg-options "-O -ftrivial-auto-var-init=zero" } */
4 int i;
6 void f (void)
8 for (;;)
10 if (0)
11 for (;;)
13 int *a;
14 int *b = a;
16 l1:
17 *b = (*b != 0) ? 0 : 2;
20 if (i != 0)
21 goto l1;