URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [parse/] [def-tmpl-arg1.C] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/8895
// Origin: Wolfgang Bangerth <bangerth@ticam.utexas.edu>
// { dg-do compile }
template <typename X, typename Y = B<X> > struct A // { dg-error "" }
{
A();
A(const A&);
};
Go to most recent revision | Compare with Previous | Blame | View Log