repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920501-18.c
blob
70f7c0af505b778c91afc6af22526617ef1cd89a
1
union
u
{
int
i
;
float
f
;};
2
x
(
p
)
int
p
;{
union
u x
;
for
(
x
.
i
=
0
;
x
.
i
<
p
;
x
.
i
++)
if
(
x
.
f
>(
float
)
3.0
)
break
;}