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
[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
crash46.C
blob
6fbda7c07672eece55f3d98a962da6cb2ad3d21f
1
// PR c++/27102
2
3
template <class T>
4
void T::foo() {} // { dg-error "invalid" }
5