Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr87349-1.c
blob: 27e5fdb4f48de7f8ffd60c1c6f8c3fc1fa9ef2b4 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
void
h1
(
int
*
fh
,
int
pw
)
{
*
fh
=
0
;
if
(*
fh
!=
0
)
for
(;;)
{
fh
=
&
pw
;
if
(
pw
==
0
)
{
}
else
while
(
pw
<
1
)
{
if
(
pw
==
0
)
{
ut
:
;
}
++
pw
;
}
if
(
pw
==
0
)
goto
ut
;
}
goto
ut
;
}