repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
name-clash4.C
blob
d4ff551339353ac125c398a31ca02367b94764eb
1
// { dg-do compile }
2
3
// Origin: Volker Reichelt <reichelt@gcc.gnu.org>
4
5
// PR c++/18100: Invalid nested type.
6
7
struct A
8
{
9
template<int> struct A {}; // { dg-error "same name" }
10
};
11
12
A::A<0> a; // { dg-error "not a template" }