public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "Woebbeking at web dot de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/19406] New: ICE: in force_decl_die, at dwarf2out.c:12442
Date: Wed, 12 Jan 2005 21:00:00 -0000	[thread overview]
Message-ID: <20050112210017.19406.Woebbeking@web.de> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 687 bytes --]

Hi, 
 
I get the mentioned ICE if I compile the following code with -g 
(gcc < 4 works fine): 
 
struct A 
{ 
    virtual int foo(); 
 
    double d; 
}; 
 
 
struct B : public A 
{ 
    A::d; 
}; 
 
 
int main() 
{ 
    return 0; 
} 
 
 
Cheers, 
André

-- 
           Summary: ICE: in force_decl_die, at dwarf2out.c:12442
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Woebbeking at web dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


             reply	other threads:[~2005-01-12 21:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-12 21:00 Woebbeking at web dot de [this message]
2005-01-12 21:06 ` [Bug c++/19406] [4.0 Regression] " pinskia at gcc dot gnu dot org
2005-01-18 13:18 ` jakub at gcc dot gnu dot org
2005-01-18 14:10 ` reichelt at gcc dot gnu dot org
2005-02-28 16:31 ` [Bug debug/19406] [4.0/4.1 " cvs-commit at gcc dot gnu dot org
2005-03-23 16:46 ` pinskia at gcc dot gnu dot org
2005-03-24 17:34 ` mmitchel at gcc dot gnu dot org
2005-03-24 18:15 ` pinskia at gcc dot gnu dot org
2005-03-24 21:40 ` jakub at gcc dot gnu dot org
2005-03-31 21:41 ` rth at gcc dot gnu dot org
2005-04-01  7:47 ` cvs-commit at gcc dot gnu dot org
2005-04-01  7:51 ` cvs-commit at gcc dot gnu dot org
2005-04-01  7:54 ` jakub 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=20050112210017.19406.Woebbeking@web.de \
    --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).