Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
torture
/
pr95717.C
blob: 362dc10656bea7809c735c699871114e84e28e05 [
file
] [
log
] [
blame
]
// { dg-do compile }
bool
a
;
extern
bool
b
[];
long
c
,
d
;
int
*
f
;
void
g
(
bool
h
)
{
for
(
short
e
=
0
;
e
<
c
;
e
=
4
)
for
(;
d
;
d
++)
b
[
d
]
=
a
=
f
[
d
]
?
c
?
h
:
0
:
h
;
}