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
/
920501-18.c
blob: 70f7c0af505b778c91afc6af22526617ef1cd89a (
plain
)
1
2
union
u
{
int
i
;
float
f
;};
x
(
p
)
int
p
;{
union
u
x
;
for
(
x
.
i
=
0
;
x
.
i
<
p
;
x
.
i
++
)
if
(
x
.
f
>
(
float
)
3.0
)
break
;}