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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [compat/] [eh/] [ctor2.h] - Blame information for rev 783

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 693 jeremybenn
struct VBase
2
{
3
  virtual void f () {}
4
  VBase();
5
  ~VBase();
6
};
7
 
8
struct  StreamBase
9
{
10
  virtual ~StreamBase() {}
11
};
12
 
13
struct  Stream : public virtual VBase, public StreamBase
14
{
15
  Stream();
16
  virtual ~Stream() {}
17
};
18
 
19
struct DerivedStream : public Stream
20
{
21
  DerivedStream();
22
};

powered by: WebSVN 2.1.0

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