2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr72748.c
blob0d5e4f55309d6c5a3059dd3d4e165b7ef9de00db
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -g" } */
4 volatile int a;
5 int c, d, e, f, g, h;
7 int fn1 ()
8 {
9 int i;
10 for (; d;)
12 if (e)
13 break;
14 g = 0;
15 int j[4];
16 for (h = 0; h < 4; h++)
17 g++;
18 for (; c < 2; c++)
20 e = j[g];
21 i = j[0];
22 f = 4;
24 f |= d;
26 return a;