URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [template/] [friend44.C] - Rev 154
Go to most recent revision | Compare with Previous | Blame | View Log
//PR c++/28260
template<int> struct A
{
friend int foo(); // { dg-error "new declaration" }
};
void foo() { A<0> a; } // { dg-error "ambiguates old declaration" }
Go to most recent revision | Compare with Previous | Blame | View Log