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
[gcn] install.texi: Update for new ISA targets and their requirements
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
spec37.C
blob
2c01eb028b4a936c86fc311c86143a50bd889b13
1
// PR c++/28300
2
3
template<typename> struct A
4
{
5
template<typename T> struct A<T*>; // { dg-error "namespace scope" }
6
};