Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
vect
/
pr82289.c
blob: ae3001f306f2f69764a000090d2a4382a0b30270 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
int
a
,
b
,
c
,
*
d
,
*
f
[
1
];
void
fn1
(
int
*
j
)
{
int
e
,
g
,
h
=
1
;
for
(;
e
;
e
++)
{
if
(
g
>
0
)
{
d
=
j
;
return
;
}
if
(!
h
)
while
(
g
)
;
while
(
h
<
1
)
if
(
a
)
{
fn1
(&
h
);
h
=
0
;
}
f
[
e
]
=
&
c
;
}
while
(
1
)
;
}