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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc3/] [gcc/] [testsuite/] [g++.old-deja/] [g++.pt/] [unify3.C] - Blame information for rev 516

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 305 jeremybenn
// { dg-do assemble  }
2
 
3
template 
4
struct ComputeBinaryType
5
{
6
};
7
 
8
template
9
struct ComputeBinaryType {
10
  void g();
11
};
12
 
13
template
14
struct ComputeBinaryType {
15
  void h();
16
};
17
 
18
void f()
19
{
20
  ComputeBinaryType cb;
21
  cb.g();
22
}

powered by: WebSVN 2.1.0

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