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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [g++.old-deja/] [g++.abi/] [empty3.C] - Diff between revs 305 and 338

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

Rev 305 Rev 338
// { dg-do assemble  }
// { dg-do assemble  }
// Copyright (C) 2001 Free Software Foundation, Inc.
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 12 Apr 2001 
// Contributed by Nathan Sidwell 12 Apr 2001 
// Check we deal with aligning virtual bases after a trailing empty
// Check we deal with aligning virtual bases after a trailing empty
// base class properly
// base class properly
struct A {};
struct A {};
struct B1 : A {};
struct B1 : A {};
struct B2 : A {};
struct B2 : A {};
struct B3 : A {};
struct B3 : A {};
struct C : B1, B2, virtual B3 {};
struct C : B1, B2, virtual B3 {};
int main ()
int main ()
{
{
#if defined (__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100
#if defined (__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100
  C c;
  C c;
  if (((char *)static_cast  (&c) - (char *)&c) % __alignof__ (C))
  if (((char *)static_cast  (&c) - (char *)&c) % __alignof__ (C))
    return 1;
    return 1;
#endif
#endif
  return 0;
  return 0;
}
}
 
 

powered by: WebSVN 2.1.0

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