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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [inherit/] [thunk11.h] - Blame information for rev 308

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

Line No. Rev Author Line
1 301 jeremybenn
struct A
2
{
3
  A () {}
4
  virtual ~A () {}
5
};
6
struct B
7
{
8
  B () {}
9
  virtual ~B () {}
10
};
11
struct C : public A, public B
12
{
13
  virtual void foo ();
14
  virtual ~C () {};
15
};
16
inline void C::foo () {}

powered by: WebSVN 2.1.0

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