2018-01-16 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr82289.c
blobae3001f306f2f69764a000090d2a4382a0b30270
1 /* { dg-do compile } */
3 int a, b, c, *d, *f[1];
5 void fn1 (int *j)
7 int e, g, h = 1;
8 for (; e; e++)
10 if (g > 0)
12 d = j;
13 return;
15 if (!h)
16 while (g)
18 while (h < 1)
19 if (a)
21 fn1 (&h);
22 h = 0;
24 f[e] = &c;
26 while (1)