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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [compat/] [break/] [vbase10.h] - Diff between revs 154 and 816

Only display areas with differences | Details | Blame | View Log

Rev 154 Rev 816
struct A {
struct A {
  virtual void f();
  virtual void f();
  char c1;
  char c1;
};
};
 
 
struct B {
struct B {
  B();
  B();
  char c2;
  char c2;
};
};
 
 
struct C : public A, public virtual B {
struct C : public A, public virtual B {
};
};
 
 

powered by: WebSVN 2.1.0

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