* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr20928.c
blobea8be9e87579bd13ed465ea2172da4d3e82de0ef
1 extern struct bar_t bar;
2 void *a;
3 void
4 foo (void)
6 void **p = a;
7 do {
8 *p++ = ((unsigned char *) &bar + ((unsigned long int) 1L << 31));
9 } while (p);