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-2.C] - Blame information for rev 693

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 693 jeremybenn
// Contributed by Dodji Seketeli 
2
// Origin PR c++/39754
3
// { dg-do compile }
4
 
5
template < typename > struct A ;
6
template < typename T , typename = A < T > > struct B { } ;
7
template < class W , class > struct D
8
{
9
  typedef W X ;
10
  A< X()> a ;
11
};
12
 
13
template < class Y > struct E
14
{
15
  B< Y()> b ;
16
};
17
E e ;
18
 

powered by: WebSVN 2.1.0

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