Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr66349.c
blob: 8aa8c56beff1720e1416360ea30a6b89d22ae5ce [
file
] [
log
] [
blame
]
/* { dg-do compile } */
unsigned
int
a
;
int
b
,
c
,
d
,
e
,
f
;
void
fn1
()
{
for
(;
b
;
b
++)
{
for
(
e
=
0
;
e
<
1
;
e
++)
;
int
i
=
-
1
,
j
=
1
;
if
(
f
)
{
for
(;
a
<
1
;
a
++)
;
i
++;
j
=
0
;
}
for
(;
d
;
d
++)
{
if
(
j
)
for
(;;
c
++)
;
if
(
i
)
continue
;
return
;
}
}
}