Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr55862.c
blob: eb8dceb9bf8461384566124ce4419eb5fd12a56b [
file
] [
log
] [
blame
]
/* { dg-do compile } */
int
g
,
a
,
*
b
;
void
f
(
void
)
{
int
*
p
;
if
(
g
)
{
int
**
k
=
&
p
;
for
(;
g
;
p
++)
for
(
a
=
0
;
a
<
1
;
a
++)
{
int
*
c
=
p
;
label2
:
if
(
a
<
1
)
*
c
=
0
;
}
goto
label1
;
while
(
g
++)
for
(*
b
=
0
;
*
b
;
b
++)
label1
:
;
}
goto
label2
;
}