PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / pr78384.c
blobd93437dd26c17a03ae2fb7e4a19d87cd0b3845de
1 /* PR tree-optimization/78384
2 { dg-do compile }
3 { dg-options "-O3 -w -fsplit-loops" } */
4 void
5 a2 (int wv, int yg, int r9)
7 while (wv < 1)
9 int vn = r9 % 0;
11 while (yg < 1)
13 int lz;
15 for (r9 = 0; r9 < 17; ++r9)
19 it:
20 lz = (yg++ >= 0) ? 2 : 0;
21 wv = vn < lz;
24 goto it;