Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr87349-2.c
blob: e8160ac4daf314babe275b37ce0f38b0203095a9 [
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
==
*
fh
)
goto
ut
;
}
goto
ut
;
}