OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [template/] [defarg11.C] - Blame information for rev 826

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
// { dg-do compile }
2
 
3
// We used to reject this code as the extension
4
// for default arguments being accepted as less the
5
// needed template arguments.
6
 
7
 
8
template struct match { };
9
 
10
template class t,typename T>
11
struct match > { typedef int type; };
12
 
13
template class t,typename T0,typename T1>
14
struct match > { typedef int type; };
15
 
16
template struct other { };
17
 
18
typedef match >::type type;

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.