public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/18280] New: ice in output_die, at dwarf2out.c:6702
@ 2004-11-02 20:13 boris at kolpackov dot net
  2004-11-02 20:15 ` [Bug c++/18280] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: boris at kolpackov dot net @ 2004-11-02 20:13 UTC (permalink / raw)
  To: gcc-bugs

$ /usr/local/bin/g++-3.4 -v       
Reading specs from /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.3/specs
Configured with: ./configure --enable-languages=c,c++ --enable-shared
--with-system-zlib --enable-nls --program-suffix=-3.4 --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --enable-clocale=gnu --enable-libstdcxx-debug
--disable-werror
Thread model: posix
gcc version 3.4.3 20041101 (prerelease)

$ /usr/local/bin/g++-3.4 -g -fPIC Parser.ii 
Parser.cpp:1411: internal compiler error: in output_die, at dwarf2out.c:6702
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: ice in output_die, at dwarf2out.c:6702
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: boris at kolpackov dot net
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux
  GCC host triplet: i686-pc-linux
GCC target triplet: i686-pc-linux


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/18280] ice in output_die, at dwarf2out.c:6702
  2004-11-02 20:13 [Bug c++/18280] New: ice in output_die, at dwarf2out.c:6702 boris at kolpackov dot net
@ 2004-11-02 20:15 ` pinskia at gcc dot gnu dot org
  2004-11-02 20:16 ` boris at kolpackov dot net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-02 20:15 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/18280] ice in output_die, at dwarf2out.c:6702
  2004-11-02 20:13 [Bug c++/18280] New: ice in output_die, at dwarf2out.c:6702 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
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: boris at kolpackov dot net @ 2004-11-02 20:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From boris at kolpackov dot net  2004-11-02 20:16 -------
Created an attachment (id=7458)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7458&action=view)
test case


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/18280] ice in output_die, at dwarf2out.c:6702
  2004-11-02 20:13 [Bug c++/18280] New: ice in output_die, at dwarf2out.c:6702 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 ` [Bug debug/18280] [3.4 regression] ICE " reichelt at gcc dot gnu dot org
  2004-11-08 21:48 ` reichelt at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-02 20:20 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |3.4.0
      Known to work|                            |4.0.0


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug debug/18280] [3.4 regression] ICE in output_die, at dwarf2out.c:6702
  2004-11-02 20:13 [Bug c++/18280] New: ice in output_die, at dwarf2out.c:6702 boris at kolpackov dot net
                   ` (2 preceding siblings ...)
  2004-11-02 20:20 ` pinskia at gcc dot gnu dot org
@ 2004-11-03 11:07 ` reichelt at gcc dot gnu dot org
  2004-11-08 21:48 ` reichelt at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-11-03 11:07 UTC (permalink / raw)
  To: gcc-bugs


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug debug/18280] [3.4 regression] ICE in output_die, at dwarf2out.c:6702
  2004-11-02 20:13 [Bug c++/18280] New: ice in output_die, at dwarf2out.c:6702 boris at kolpackov dot net
                   ` (3 preceding siblings ...)
  2004-11-03 11:07 ` [Bug debug/18280] [3.4 regression] ICE " reichelt at gcc dot gnu dot org
@ 2004-11-08 21:48 ` reichelt at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-11-08 21:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-11-08 21:47 -------


*** This bug has been marked as a duplicate of 16261 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-11-08 21:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-02 20:13 [Bug c++/18280] New: ice in output_die, at dwarf2out.c:6702 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 ` [Bug debug/18280] [3.4 regression] ICE " reichelt at gcc dot gnu dot org
2004-11-08 21:48 ` reichelt at gcc dot gnu dot org

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).