2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr68286.c
blobd0392e85a65910d917dc28bc48e1e430c8ba00ae
1 /* PR target/68286 */
2 /* { dg-do compile } */
3 /* { dg-options "-O3" } */
5 int a, b, c;
6 int fn1 ()
8 int d[] = {0};
9 for (; c; c++)
11 float e = c;
12 if (e)
13 d[0]++;
15 b = d[0];
16 return a;