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/] [vbase1.C] - Diff between revs 149 and 154

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

Rev 149 Rev 154
// { dg-do compile }
// { dg-do compile }
// Copyright (C) 2001 Free Software Foundation, Inc.
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 5 Sept 2001 
// Contributed by Nathan Sidwell 5 Sept 2001 
// Bug 3986. Another indirect primary base problem.
// Bug 3986. Another indirect primary base problem.
struct Consts
struct Consts
{
{
};
};
struct MathLib :
struct MathLib :
  virtual Consts
  virtual Consts
{
{
};
};
struct Parallel :
struct Parallel :
  virtual Consts
  virtual Consts
{
{
};
};
struct Particles :
struct Particles :
  virtual MathLib,
  virtual MathLib,
  virtual Parallel
  virtual Parallel
{
{
};
};
struct Ring :
struct Ring :
  virtual Particles
  virtual Particles
{
{
};
};
struct Injection :
struct Injection :
  virtual Particles,
  virtual Particles,
  virtual Ring
  virtual Ring
{
{
};
};
struct LSpaceCharge :
struct LSpaceCharge :
  virtual Ring,
  virtual Ring,
  virtual Injection
  virtual Injection
{
{
};
};
struct Bump :
struct Bump :
  virtual Consts
  virtual Consts
{
{
};
};
struct Output :
struct Output :
  virtual Injection,
  virtual Injection,
  virtual Bump
  virtual Bump
{
{
};
};
struct Plots :
struct Plots :
  virtual LSpaceCharge,
  virtual LSpaceCharge,
  virtual Output
  virtual Output
{
{
};
};
 
 

powered by: WebSVN 2.1.0

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