URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [parse/] [non-templ1.C] - Rev 832
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/9228
// Origin: Wolfgang Bangerth <bangerth@ticam.utexas.edu>
// { dg-do compile }
struct A
{
struct B { B(int); };
};
template <typename T> typename A<T>::B foo() { return 1; } // { dg-error "" }
Go to most recent revision | Compare with Previous | Blame | View Log