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
/
init
/
pr42556.C
blob
dbbf8bf95afa5ce49e57be4af546243ad2917c1c
1
// { dg-do compile }
2
// { dg-options "-fdump-tree-gimple" }
3
4
void foo (int a, int b, int c, int d)
5
{
6
int v[4] = {a, b, c, d};
7
}
8
9
// { dg-final { scan-tree-dump-not "v = {}" "gimple" } }