public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: jakub@redhat.com
To: gcc-gnats@gcc.gnu.org
Cc: j@bellinghausen.net
Subject: c++/5682: ICE in build_secondary_vtable
Date: Wed, 13 Feb 2002 05:16:00 -0000	[thread overview]
Message-ID: <20020213131505.5462.qmail@sources.redhat.com> (raw)


>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:


             reply	other threads:[~2002-02-13 13:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-13  5:16 jakub [this message]
2002-02-26 13:06 nathan
2002-03-17  5:36 nathan
2002-03-26 10:36 nathan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020213131505.5462.qmail@sources.redhat.com \
    --to=jakub@redhat.com \
    --cc=gcc-gnats@gcc.gnu.org \
    --cc=j@bellinghausen.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).