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
Introduce class rtx_reader
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
ext
/
weak4.C
blob
5b3cce05cd90f3f1ecc5fff63a24f658b9d9f2e0
1
// PR c++/52759
2
// { dg-do compile }
3
// { dg-require-weak "" }
4
// { dg-options "" }
5
#pragma weak foo
6
template <typename T>
7
struct A { };
8
template <typename T>
9
void bar (A<T> &);