public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug debug/18280] [3.4 regression] ICE in output_die, at dwarf2out.c:6702
Date: Wed, 03 Nov 2004 11:07:00 -0000	[thread overview]
Message-ID: <20041103110719.3478.qmail@sourceware.org> (raw)
In-Reply-To: <20041102201315.18280.boris@kolpackov.net>


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-11-03 11:07 -------
Confirmed. Reduced testcase (compile with "-g"):

=========================
namespace N
{
    struct A {} a;
    typedef A B;

    void foo()
    {
        struct C
        {
            C(B) {}
        } c(a);
    }
}
=========================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
          Component|c++                         |debug
     Ever Confirmed|                            |1
           Keywords|                            |monitored
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-03 11:07:13
               date|                            |
            Summary|ice in output_die, at       |[3.4 regression] ICE in
                   |dwarf2out.c:6702            |output_die, at
                   |                            |dwarf2out.c:6702
   Target Milestone|---                         |3.4.4


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


  parent reply	other threads:[~2004-11-03 11:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-02 20:13 [Bug c++/18280] New: ice " boris at kolpackov dot net
2004-11-02 20:15 ` [Bug c++/18280] " pinskia at gcc dot gnu dot org
2004-11-02 20:16 ` boris at kolpackov dot net
2004-11-02 20:20 ` pinskia at gcc dot gnu dot org
2004-11-03 11:07 ` reichelt at gcc dot gnu dot org [this message]
2004-11-08 21:48 ` [Bug debug/18280] [3.4 regression] ICE " reichelt 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=20041103110719.3478.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).