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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [abi/] [vthunk3.C] - Rev 693

Compare with Previous | Blame | View Log

// { dg-do compile { target i?86-*-* x86_64-*-* } }
// { dg-require-effective-target ilp32 }
// { dg-options "-fabi-version=0" }

struct A {
  virtual void a ();
};

struct B : virtual public A {
  virtual void b ();
  virtual void a ();
};

struct C {
  virtual void c ();
};

struct D : public C, public B {
};

struct E : virtual public D {
  void b ();
};

void E::b () {}

// { dg-final { scan-assembler _ZTvn4_n20_N1E1bEv } }

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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