2018-01-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / graphite / pr83563.c
blobc1ca39eaa83832d73ee18736721e1641892e1e08
1 /* { dg-do compile } */
2 /* { dg-options "-O -fgraphite -ftree-loop-distribution -fno-tree-dominator-opts -fno-tree-sink -fno-tree-dce" } */
4 void
5 sy (void)
7 int hb;
9 for (hb = 1; hb != 0; hb += hb)
13 while (hb < 1)
14 ++hb;