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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
930603-1.c
blob
643cc52d4c2be0c17b6a3a3bf176144c5f78bd23
1
union
u
{
union
u
*
a
;
double
d
; };
2
union
u
*
s
,
g
();
3
4
f
()
5
{
6
union
u x
=
g
();
7
8
s
[
0
] = *
x
.
a
;
9
s
[
1
] =
g
();
10
}