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
/
empty14a.c
blob
8b3d7800c36566b43a0d78f74e1264e02ca7a44e
1
#include
"empty14.h"
2
void
fun
(
struct
dummy d
,
struct
foo f
)
3
{
4
if
(
f
.
i1
!= -
1
)
5
__builtin_abort
();
6
}