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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [abi/] [vbase9.C] - Rev 823

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

// { dg-do compile }

// Copyright (C) 2002 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 17 Mar 2002 <nathan@codesourcery.com>
// Origin: Jakub Jelinek <jakub@redhat.com>

// PR 5681. ICE in build_secondary_vtable

struct A {
  virtual int f1 ();
};

struct B : virtual A {};

struct C {
  virtual int f2 ();
};

struct E : A {};

struct D : E,  B {};

struct F : virtual D {};

struct G : virtual F,  C {};

struct H : virtual F {};

struct I : G,  H {};

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.