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
2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
crash38.C
blob
f4cf299859cf7419fda5b63a8b1a81b2c48bdb42
1
// PR c++/23307
2
3
class A
4
{
5
template<class R>
6
static void f(X&); // { dg-error "" }
7
inline void A::f<void>(X&); // { dg-error "f|expected|not been declared" }
8
};