PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / xcsebug.c
blob614a6e80ebf379bc656fe2dd25fe252d08e9f5cf
1 int g1;
2 int g2;
4 foo ()
6 int i = 1;
7 int x;
9 x = g1;
10 (*(&g1 + i - 1)) = x + 1;
11 x = g1;
12 (*(&g1 + i - 1)) = x + 1;
13 g1++;