Fix warnings occured during profiledboostrap on
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr58997.c
blob2c7a0f82c8aac3780768dae5b9076779c91455ba
1 /* PR rtl-optimization/58997 */
3 int a, b, c, e;
4 short d;
5 char h;
7 void
8 foo ()
10 while (b)
12 d = a ? c : 1 % a;
13 c = d;
14 h = d;
15 if (!h)
16 while (e)