URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [lookup9.C] - Rev 695
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/50848// { dg-options "-fpermissive" }template<class T> class A {T& foo;};template<class T> class B: public A<T> {void f(){foo(1); // { dg-message "foo" }}};template class B<int>;
Go to most recent revision | Compare with Previous | Blame | View Log
