PR tree-optimization/84740
[official-gcc.git] / gcc / testsuite / gcc.dg / pr83645.c
blob4ac2be2d6121e935bb029848085946ed0cf66b95
1 /* PR debug/83645 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -g -fno-var-tracking" } */
5 int a, b, c[1];
7 void
8 foo (void)
10 int i = 0;
11 b = a;
12 for (;;)
13 c[i++] = 7;