URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [template/] [ptrmem6.C] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
struct S {};
void g(int S::**);
template <typename T>
void f (int T::* volatile *p) {
g(p); // { dg-error "" }
}
template void f(int S::* volatile *); // { dg-error "instantiated" }
Go to most recent revision | Compare with Previous | Blame | View Log