URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [parse/] [crash45.C] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/37348
// { dg-do compile }
struct A
{
template <class> int f (B); // { dg-error "was not declared in this scope|cannot be a member template|has not been declared" }
};
Go to most recent revision | Compare with Previous | Blame | View Log