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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.old-deja/] [g++.pt/] [deduct1.C] - Blame information for rev 699

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 699 jeremybenn
// { dg-do assemble  }
2
 
3
template
4
struct Mesh { };
5
 
6
struct RectGrid { };
7
 
8
struct RectMesh { };
9
 
10
struct Cartesian { };
11
 
12
template
13
struct Mesh { };
14
 
15
template
16
struct Mesh : public Mesh { };
17
 
18
template
19
void foo(const Mesh &)
20
{
21
}
22
 
23
int main()
24
{
25
  Mesh m;
26
  foo(m);
27
}

powered by: WebSVN 2.1.0

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