Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr36172.c
blob: aaee377f5b4a2e716b093cd3f3889a0d7936f70d [
file
] [
log
] [
blame
]
int
f
(
float
*
);
__SIZE_TYPE__
FcCharSetFreeze
(
int
*
fcs
,
int
b
)
{
int
i
;
int
a
=
0
;
for
(
i
=
0
;
i
<
*
fcs
;
i
++)
{
float
*
leaf
=
(
float
*)
fcs
;
int
hash
=
f
(
leaf
);
if
(
hash
)
a
=
b
;
if
(!
a
)
return
;
}
return
(
__SIZE_TYPE__
)
fcs
;
}