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
/
cpp0x
/
pr71169.C
blob
44690a917e1f876eec473f5c654e76f6c830e860
1
// { dg-do compile { target c++11 } }
2
3
template <Preconditioner> class A { // { dg-error "declared" }
4
template <class = int> void m_fn1() {
5
m_fn1();
6
}
7
};