Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.dg / pr81455.c
blob8ab88639ee83a62ca667f1698266281c79559049
1 /* { dg-do compile } */
2 /* { dg-options "-O -funswitch-loops" } */
4 void
5 jh (unsigned int aw, int sn)
7 int xs;
9 for (xs = 0; xs < 1; ++xs)
10 aw &= 1;
12 while (aw < 1 || ++sn < 1)