public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "falk at debian dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/26957] [4.0/4.1/4.2 regression] ICE in make_decl_rtl, at varasm.c:871
Date: Fri, 31 Mar 2006 08:40:00 -0000	[thread overview]
Message-ID: <20060331084006.3582.qmail@sourceware.org> (raw)
In-Reply-To: <bug-26957-581@http.gcc.gnu.org/bugzilla/>



------- Comment #3 from falk at debian dot org  2006-03-31 08:40 -------
Confirmed, also present in 4.2.0 20060218

Test case:

struct LongDouble {
    char ld[16];
};

struct DynAny  {
    virtual void insert_longdouble(LongDouble value) = 0;
};

struct TAO_DynCommon : public virtual DynAny {
    virtual void insert_longdouble (LongDouble value);
};

void TAO_DynCommon::insert_longdouble (LongDouble value) { }


-- 

falk at debian dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-valid-code
      Known to fail|4.0.3 4.1.0                 |4.0.3 4.1.0 4.2.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26957


  parent reply	other threads:[~2006-03-31  8:40 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-30 23:52 [Bug c++/26957] New: [4.0 " tausq at debian dot org
2006-03-30 23:52 ` [Bug c++/26957] " tausq at debian dot org
2006-03-31  0:12 ` [Bug c++/26957] [4.0/4.1/4.2 " pinskia at gcc dot gnu dot org
2006-03-31  0:12 ` pinskia at gcc dot gnu dot org
2006-03-31  8:40 ` falk at debian dot org [this message]
2006-03-31 15:04 ` danglin at gcc dot gnu dot org
2006-03-31 15:34 ` dave at hiauly1 dot hia dot nrc dot ca
2006-06-04 18:21 ` mmitchel at gcc dot gnu dot org
2006-06-08 18:11 ` sje at cup dot hp dot com
2006-06-08 20:50 ` sje at cup dot hp dot com
2006-06-08 21:22 ` sje at cup dot hp dot com
2006-07-24  7:24 ` thomas dot g dot girard at free dot fr
2006-09-07 18:21 ` jason at gcc dot gnu dot org
2006-09-07 19:09 ` jason at gcc dot gnu dot org
2006-09-07 21:06 ` jason at gcc dot gnu dot org
2006-09-07 21:23 ` jason at gcc dot gnu dot org
2006-09-08 15:04 ` tausq at debian dot org
2006-09-08 15:51 ` [Bug c++/26957] [4.0/4.1 " pinskia at gcc dot gnu dot org
2006-09-08 16:52 ` jason at gcc dot gnu dot org
2006-09-08 16:54 ` jason at gcc dot gnu dot org
2006-09-08 16:54 ` jason at gcc dot gnu dot org
2006-09-09 16:11 ` jason at gcc dot gnu dot org
2006-09-22 15:44 ` pinskia at gcc dot gnu dot org
2006-09-25 22:04 ` debian-gcc at lists dot debian dot org
2006-09-25 22:05 ` debian-gcc at lists dot debian dot org
2006-09-26  7:10 ` pinskia at gcc dot gnu dot org

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=20060331084006.3582.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /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).