repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
first-global.C
blob
d58bc7164ae8d8a0e75cfdfe65754a0aae5346c1
1
/* { dg-do compile } */
2
/* { dg-add-options bind_pic_locally } */
3
/* { dg-final { scan-assembler "_GLOBAL__(I|sub_I)(_|_65535_0_)foobar" } } */
4
5
struct foo { foo (); };
6
foo foobar;