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
/
ptrmem6.C
blob
0d7dec219813d585c2590a6f2097d9edd84376ff
1
struct S {};
2
3
void g(int S::**);
4
5
template <typename T>
6
void f (int T::* volatile *p) {
7
g(p); // { dg-error "" }
8
}
9
10
template void f(int S::* volatile *); // { dg-error "instantiated" }