* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr67816.c
blobc3db3a3ce595c732ed879a29ca2fc7e06fb098af
1 int a, c, d, e;
2 int b[10];
3 void fn1() {
4 int i, f = 0;
5 for (;;) {
6 i = 0;
7 for (; i < a; i++)
8 if (c) {
9 if (b[i])
10 f = 1;
11 } else if (b[i])
12 f = 0;
13 if (f)
14 d++;
15 while (e)