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
/
charset
/
extern3.cc
blob
05a0c3e42bc8f39bf990cd1a7dfaa0155e620c8c
1
/* { dg-do compile }
2
{ dg-require-iconv "IBM1047" }
3
{ dg-final { scan-assembler-not "abcdefghijklmnopqrstuvwxyz" } } */
4
5
extern
char
*
bar
;
6
7
extern
void
foo
(
void
)
8
{
9
char
str
[]=
"abcdefghijklmnopqrstuvwxyz"
;
10
bar
=
str
;
11
}