URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [parse/] [wrong-inline1.C] - Rev 844
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/5921
// Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
// { dg-do compile }
struct A
{
struct B { B(); };
};
static A::B b;
inline template <int i> void f (); // { dg-error "" }
Go to most recent revision | Compare with Previous | Blame | View Log