From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6189 invoked by alias); 13 Feb 2002 13:16:09 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 6072 invoked by uid 71); 13 Feb 2002 13:16:03 -0000 Resent-Date: 13 Feb 2002 13:16:03 -0000 Resent-Message-ID: <20020213131603.6071.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, j@bellinghausen.net Resent-Reply-To: gcc-gnats@gcc.gnu.org, jakub@redhat.com Received:(qmail 5463 invoked by uid 61); 13 Feb 2002 13:15:05 -0000 Message-Id:<20020213131505.5462.qmail@sources.redhat.com> Date: Wed, 13 Feb 2002 05:16:00 -0000 From: jakub@redhat.com Reply-To: jakub@redhat.com To: gcc-gnats@gcc.gnu.org Cc: j@bellinghausen.net X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) X-GNATS-Notify:j@bellinghausen.net Subject: c++/5682: ICE in build_secondary_vtable X-SW-Source: 2002-02/txt/msg00308.txt.bz2 List-Id: >Number: 5682 >Category: c++ >Synopsis: ICE in build_secondary_vtable >Confidential: no >Severity: serious >Priority: high >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Wed Feb 13 05:16:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: j@bellinghausen.net >Release: gcc-3.1 20020213 >Organization: >Environment: Any >Description: struct A { virtual int f1 (); }; class B : public virtual A { }; struct C { virtual int f2 (); }; class E : public A { }; class D : public E, public B { }; class F : public virtual D { }; class G : public virtual F, public C { }; class H : public virtual F { }; class I : public G, public H { }; causes ICE in build_secondary_vtable, at cp/class.c:674 binfo != binfo_for_vbase(BINFO_TYPE(binfo), for_type) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: