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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [inherit/] [thunk11.h] - Blame information for rev 717

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

Line No. Rev Author Line
1 693 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.