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

Subversion Repositories openrisc

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

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-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.