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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [template/] [friend24.C] - Blame information for rev 149

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

Line No. Rev Author Line
1 149 jeremybenn
// { dg-do compile }
2
 
3
// Origin: Wolfgang Bangerth 
4
 
5
// PR c++/495: Fail to locate primary class template that is
6
// injected by friend declaration.
7
 
8
template  struct X
9
{
10
  template  friend struct Y;
11
};
12
 
13
X<2> x;
14
 
15
template  struct Y
16
{
17
  void f (Y);
18
  void g (Y);
19
};
20
 
21
template  void Y::f (Y)
22
{
23
}
24
 
25
template  void Y::g (Y)
26
{
27
}

powered by: WebSVN 2.1.0

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