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
PR tree-optimization/67955
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
abi
/
pr39188-3.h
blob
e0c9f619c2ed6bd0aa9cfc83dc3a417dd412dd87
1
static int
2
f
(
int
x
)
3
{
4
static union
5
{
6
int
i
;
7
};
8
int
j
=
i
;
9
i
=
x
;
10
return
j
;
11
}