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
/
pr100580.C
blob
d6cc0a6dc616682b53e6fcab6dea856cf2f00779
1
// PR c++/100580
2
// { dg-do compile }
3
// { dg-require-weak "" }
4
// { dg-options "-fdump-passes" }
5
// { dg-prune-output ".*" }
6
7
int foo;
8
static __typeof(foo) bar __attribute__((__weakref__("foo")));