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
/
template
/
eh2.C
blob
8ec767d39334130069a0e5f44064c0dcf971faaf
1
// PR c++/23191
2
// Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3
// { dg-do compile }
4
5
template<typename T> struct A
6
{
7
void foo() throw(typename T::X); // { dg-error "not a class" }
8
};
9
10
A<void> a; // { dg-error "instantiated" }