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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [abi/] [vbase13.C] - Diff between revs 149 and 154

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

Rev 149 Rev 154
// { dg-do run }
// { dg-do run }
// { dg-options "-fabi-version=0 -w" }
// { dg-options "-fabi-version=0 -w" }
struct E1 {};
struct E1 {};
struct E2 : public E1 {};
struct E2 : public E1 {};
struct E : public E1, public E2 {};
struct E : public E1, public E2 {};
struct N : public E { virtual void f () {} };
struct N : public E { virtual void f () {} };
struct X : virtual public N {
struct X : virtual public N {
};
};
int main () {
int main () {
  X x;
  X x;
  /* N should not be the primary base of X; it is not nearly empty.  */
  /* N should not be the primary base of X; it is not nearly empty.  */
  if ((void*)&x == (void*)(N*)&x)
  if ((void*)&x == (void*)(N*)&x)
    return 1;
    return 1;
}
}
 
 

powered by: WebSVN 2.1.0

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