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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [canon-type-10.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
// Contributed by Dodji Seketeli 
2
// { dg-do compile }
3
 
4
template
5
struct C
6
{
7
};
8
 
9
template
10
         template class TT_TT> class TT,
11
         class U = TT >
12
struct S
13
{
14
  void foo(TT);
15
};
16
 
17
template
18
         template class TT_TT> class TT,
19
         class U>
20
void
21
S::foo(TT)
22
{
23
}

powered by: WebSVN 2.1.0

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