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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.old-deja/] [g++.abi/] [primary5.C] - Rev 724

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

// { dg-do run  }
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 4 February 2001 <nathan@codesourcery.com>

// Check primary bases are chosen correctly.

struct A1
{
   virtual void Foo () {}
};

struct A : A1
{
};

struct B : A
{
};

struct C : virtual B
{
};

struct D : virtual B, virtual C
{
};

int main()
{
  D d;
#if __GXX_ABI_VERSION >= 100
  if (sizeof (D) != sizeof (A))
    return 1;
#endif

  return 0;
}

Go to most recent revision | 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.