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
/
parse
/
crash9.C
blob
44ce57b1316c9652062c8cc1956866cc818e160f
1
// { dg-do compile }
2
3
// Origin: Volker Reichelt <reichelt@gcc.gnu.org>
4
5
// PR c++/10793: ICE in handling base class when the current class
6
// contains error.
7
8
template <typename> struct A {};
9
template <typename> struct A<INVALID> : A<int> { }; // { dg-error "not declared|invalid" }