2018-04-30 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr57417.c
blob6eac6f932b81066c3c0cbdc2e1eed5f9d7834e72
1 /* { dg-do compile } */
3 int a, b;
4 volatile int *c;
6 void foo ()
8 volatile int d[1];
9 b = 0;
10 for (;; a--)
11 c = &d[b];