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
2017-12-05 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr25795.c
blob
37ddc0bca95956a8c610854a6c34a70629f1c993
1
/* { dg-do compile } */
2
/* { dg-options "-O3 -fwhole-program" } */
3
/* { dg-final { scan-assembler "mystr" } } */
4
5
6
extern
const char
*
mystr
;
/* normally in a header */
7
const char
*
mystr
__attribute__
((
externally_visible
));
8
int
9
main
()
10
{
11
}