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
/
spec31.C
blob
3b36ab486ad077d38d3fdf4239d5ee6699ce3c20
1
// PR c++/28058
2
3
template<int> struct A
4
{
5
A() {}
6
};
7
8
A<0> a;
9
10
template<> A<0>::A() {} // { dg-error "specialization" }