Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr36978.c
blob: cd1af4ebc081efec26927d18cab4fb56c73d93b9 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-funswitch-loops" } */
unsigned
short
status
;
void
foo
(
const
_Bool
flag
)
{
if
(
status
==
2
||
status
==
7
)
{
while
(
status
!=
2
&&
(
status
!=
7
||
!
flag
))
{
}
}
}