* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr82389.c
blob798bd841e8c0d73bf79bfb4d338034d73d11c698
1 /* PR tree-optimization/82389 */
3 void bar (short);
5 void
6 foo (void)
8 short a[5];
9 int b;
10 for (b = -1290603998; b < 5; b++)
11 a[b] = 0;
12 bar (a[3]);