Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr66357.c
blob: 4e574f9de5337c01a00661708df11c1f66ccc3af [
file
] [
log
] [
blame
]
/* { dg-do compile } */
int
a
,
c
,
e
,
f
;
volatile
int
d
;
void
fn1
()
{
if
(!
e
)
for
(;
a
;
a
++)
{
if
(
e
)
for
(
d
++;
d
;)
;
else
for
(
c
=
0
;
c
;
--
c
)
;
if
(
f
)
for
(;;)
{
if
(
e
)
break
;
a
=
0
;
}
}
}