index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920428-7.c
blob: 69b1d979aa9045090d79d2cf229403b5c3582ecf (
plain
)
1
x
(
float
*
x
){
int
a
[
4
],
i
=
0
,
j
;
for
(
j
=
0
;
j
<
2
;
j
++
){
f
(
a
[
i
++
]);
f
(
a
[
i
++
]);}}