OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [g++.old-deja/] [g++.robertl/] [eb110.C] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 305 jeremybenn
// { dg-do assemble  }
2
class X
3
{
4
  public:
5
    virtual void f() const = 0;
6
};
7
 
8
template 
9
class Y: public X
10
{
11
  public:
12
    virtual void f() const;
13
};
14
 
15
template 
16
void Y::f() const
17
{
18
}
19
 
20
template <>
21
void Y::f() const;
22
 
23
template <>
24
void Y::f() const
25
{
26
}

powered by: WebSVN 2.1.0

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