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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [defarg11.C] - Blame information for rev 696

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 693 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-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.