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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
spec28.C
blob
f0bb22caeb4041ada4d584b0ee2c4f89fc127941
1
// PR c++/25854
2
// Bad diagnostic
3
// { dg-do compile }
4
5
template<typename> struct A {}; // { dg-error "provided" }
6
template<> struct A<> {}; // { dg-error "wrong number" }