2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr36978.c
blobcd1af4ebc081efec26927d18cab4fb56c73d93b9
1 /* { dg-do compile } */
2 /* { dg-options "-funswitch-loops" } */
4 unsigned short status;
5 void foo (const _Bool flag)
7 if (status == 2 || status == 7)
9 while (status != 2 && (status != 7 || !flag))