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
Be careful about comdat boundary in ICF (PR ipa/82352).
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
abi
/
empty18.h
blob
86e7ecdd211174e8150d64e11ba4eb7c7b185e00
1
struct
dummy
{
int
d
[
0
]; };
2
struct
foo
3
{
4
int
i1
;
5
int
i2
;
6
int
i3
;
7
int
i4
;
8
int
i5
;
9
};