public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/16035] New: [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798
@ 2004-06-17 14:46 Ralf dot Wildenhues at gmx dot de
  2004-06-17 14:48 ` [Bug debug/16035] " Ralf dot Wildenhues at gmx dot de
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Ralf dot Wildenhues at gmx dot de @ 2004-06-17 14:46 UTC (permalink / raw)
  To: gcc-bugs

Happens with gcc-3.4.0 as well as CVS HEAD (3.5.0 20040617 (experimental),
compiled without any configure options besides --prefix).
Does not happen with 3.3.3, needs -g, only happens with -O, not -O0 or -O2.

/opt/packages/gcc-3.4.0/bin/g++ -c -g -O e.i
e.i: In function `const cln::cl_DF_div_t cln::ceiling2(const cln::cl_DF&)':
e.i:489: internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798

With the CVS gcc version, it's line dwarf2out.c:11184, same function.

BTW, the source is part of cln, http://www.ginac.de/CLN . With little
experience, I could cut down the size of the preprocessed file to about a 4th,
sorry for the remaining size.

Regards,
Ralf

-- 
           Summary: [Regression] internal compiler error: in
                    gen_subprogram_die, at dwarf2out.c:10798
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: debug
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Ralf dot Wildenhues at gmx dot de
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu


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


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

* [Bug debug/16035] [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798
  2004-06-17 14:46 [Bug debug/16035] New: [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798 Ralf dot Wildenhues at gmx dot de
@ 2004-06-17 14:48 ` Ralf dot Wildenhues at gmx dot de
  2004-06-17 17:37 ` [Bug debug/16035] [3.4/3.5 Regression] [non-unit-at-a-time] " pinskia at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Ralf dot Wildenhues at gmx dot de @ 2004-06-17 14:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From Ralf dot Wildenhues at gmx dot de  2004-06-17 14:48 -------
Created an attachment (id=6546)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6546&action=view)
packed preprocessed source exhibiting the ICE.


-- 


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


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

* [Bug debug/16035] [3.4/3.5 Regression] [non-unit-at-a-time] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798
  2004-06-17 14:46 [Bug debug/16035] New: [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798 Ralf dot Wildenhues at gmx dot de
  2004-06-17 14:48 ` [Bug debug/16035] " Ralf dot Wildenhues at gmx dot de
@ 2004-06-17 17:37 ` pinskia at gcc dot gnu dot org
  2004-06-17 18:47 ` Ralf dot Wildenhues at gmx dot de
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-17 17:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-17 17:37 -------
Jan could you take a look at this?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org
           Keywords|                            |ice-on-valid-code
            Summary|[Regression] internal       |[3.4/3.5 Regression] [non-
                   |compiler error: in          |unit-at-a-time] internal
                   |gen_subprogram_die, at      |compiler error: in
                   |dwarf2out.c:10798           |gen_subprogram_die, at
                   |                            |dwarf2out.c:10798
   Target Milestone|---                         |3.4.2


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


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

* [Bug debug/16035] [3.4/3.5 Regression] [non-unit-at-a-time] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798
  2004-06-17 14:46 [Bug debug/16035] New: [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798 Ralf dot Wildenhues at gmx dot de
  2004-06-17 14:48 ` [Bug debug/16035] " Ralf dot Wildenhues at gmx dot de
  2004-06-17 17:37 ` [Bug debug/16035] [3.4/3.5 Regression] [non-unit-at-a-time] " pinskia at gcc dot gnu dot org
@ 2004-06-17 18:47 ` Ralf dot Wildenhues at gmx dot de
  2004-06-17 18:50 ` Ralf dot Wildenhues at gmx dot de
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Ralf dot Wildenhues at gmx dot de @ 2004-06-17 18:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From Ralf dot Wildenhues at gmx dot de  2004-06-17 18:47 -------
Created an attachment (id=6549)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6549&action=view)
smaller example

Here's a more cut-down version of the file exhibiting the same behaviour.  Each
of the lines marked FIXME make the ICE go away if removed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #6546 is|0                           |1
           obsolete|                            |


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


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

* [Bug debug/16035] [3.4/3.5 Regression] [non-unit-at-a-time] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798
  2004-06-17 14:46 [Bug debug/16035] New: [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798 Ralf dot Wildenhues at gmx dot de
                   ` (2 preceding siblings ...)
  2004-06-17 18:47 ` Ralf dot Wildenhues at gmx dot de
@ 2004-06-17 18:50 ` Ralf dot Wildenhues at gmx dot de
  2004-06-18 22:50 ` reichelt at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Ralf dot Wildenhues at gmx dot de @ 2004-06-17 18:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From Ralf dot Wildenhues at gmx dot de  2004-06-17 18:50 -------
(In reply to comment #3)
> 
> Here's a more cut-down version of the file exhibiting the same behaviour.  Each
> of the lines marked FIXME make the ICE go away if removed.

Heck, this one only triggers CVS HEAD, not 3.4.0.  Maybe I cut too rigorously.

-- 


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


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

* [Bug debug/16035] [3.4/3.5 Regression] [non-unit-at-a-time] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798
  2004-06-17 14:46 [Bug debug/16035] New: [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798 Ralf dot Wildenhues at gmx dot de
                   ` (3 preceding siblings ...)
  2004-06-17 18:50 ` Ralf dot Wildenhues at gmx dot de
@ 2004-06-18 22:50 ` reichelt at gcc dot gnu dot org
  2004-06-18 23:39 ` reichelt at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-06-18 22:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-06-18 22:50 -------
Here's a testcase that triggers the bug in 3.4.0 but not in mainline:

=======================================
namespace N
{
  void foo1();

  inline int foo2(int i)
  {
    if (i) foo1();
  }

  struct A
  {
    A();
    ~A() { foo2(0); }
  };

  struct B : A {};
  struct C : B {};
  struct D : C {};

  struct E
  {
    D d1, d2;
  };

  inline E bar1()
  {
    E bar2 (const E&);
    E e;
    return bar2(E());
  }

  E e=bar1();
}
=======================================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-18 22:50:21
               date|                            |


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


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

* [Bug debug/16035] [3.4/3.5 Regression] [non-unit-at-a-time] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798
  2004-06-17 14:46 [Bug debug/16035] New: [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798 Ralf dot Wildenhues at gmx dot de
                   ` (4 preceding siblings ...)
  2004-06-18 22:50 ` reichelt at gcc dot gnu dot org
@ 2004-06-18 23:39 ` reichelt at gcc dot gnu dot org
  2004-06-18 23:54 ` reichelt at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-06-18 23:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-06-18 23:39 -------
Here's an evemn shorter version that crashes 3.4.0 *and* mainline:

==========================================
namespace N
{
    int foo();

    struct A
    {
        A();
        ~A() { if (foo()) foo(); }
    };

    struct B : A {};
    struct C : B {};
    struct D : C {};

    struct E
    {
        D d1, d2;
    };

    inline E bar1()
    {
        E bar2 (const E&);
        E e;
        return bar2(E());
    }

    E e=bar1();
}
==========================================


-- 


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


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

* [Bug debug/16035] [3.4/3.5 Regression] [non-unit-at-a-time] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798
  2004-06-17 14:46 [Bug debug/16035] New: [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798 Ralf dot Wildenhues at gmx dot de
                   ` (5 preceding siblings ...)
  2004-06-18 23:39 ` reichelt at gcc dot gnu dot org
@ 2004-06-18 23:54 ` reichelt at gcc dot gnu dot org
  2004-06-19 15:05 ` Ralf dot Wildenhues at gmx dot de
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-06-18 23:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-06-18 23:54 -------
And here's something without inheritance:

=======================================================================
namespace N
{
    void foo();

    struct A
    {
        ~A() { foo(); foo(); foo(); foo(); foo(); foo(); foo(); foo();
               foo(); foo(); foo(); foo(); foo(); foo(); foo(); foo();
               foo(); foo(); foo(); foo(); foo(); foo(); foo(); foo(); }
    };

    inline A bar()
    {
        A quus (const A&);
        A a;
        return quus(A());
    }

    A a=bar();
}
=======================================================================


-- 


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


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

* [Bug debug/16035] [3.4/3.5 Regression] [non-unit-at-a-time] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798
  2004-06-17 14:46 [Bug debug/16035] New: [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798 Ralf dot Wildenhues at gmx dot de
                   ` (6 preceding siblings ...)
  2004-06-18 23:54 ` reichelt at gcc dot gnu dot org
@ 2004-06-19 15:05 ` Ralf dot Wildenhues at gmx dot de
  2004-06-21  9:32 ` reichelt at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Ralf dot Wildenhues at gmx dot de @ 2004-06-19 15:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From Ralf dot Wildenhues at gmx dot de  2004-06-19 15:05 -------
CVS trunk -D 2003-12-09 works, 2003-12-10 fails on Volker's and my first example
(id=6546).  The only other thing that jumps at me is a change in dwarf2out.c in
2003-12-08 (see PR debug/11114) enabling support for namespaces in DWARF 2
output, but that patch on its own does not trigger the ICE.

This is a non-developer speaking, so beware.

-- 


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


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

* [Bug debug/16035] [3.4/3.5 Regression] [non-unit-at-a-time] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798
  2004-06-17 14:46 [Bug debug/16035] New: [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798 Ralf dot Wildenhues at gmx dot de
                   ` (7 preceding siblings ...)
  2004-06-19 15:05 ` Ralf dot Wildenhues at gmx dot de
@ 2004-06-21  9:32 ` reichelt at gcc dot gnu dot org
  2004-06-22 12:35 ` reichelt at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-06-21  9:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-06-21 09:32 -------
Hi Jason,

the regression appears with your reversal of Giovanni's patch for PR 2294:

http://gcc.gnu.org/ml/gcc-cvs/2003-12/msg00372.html

However, before Giovanni's patch went in, the code compiled fine, too.
It looks like Giovanni's patch only hid an underlying problem.
As Ralf pointed out your patch for PR 11114 may cause the trouble:

http://gcc.gnu.org/ml/gcc-cvs/2003-12/msg00362.html

Since you seem to be involved here, could you please have a look?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu dot org


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


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

* [Bug debug/16035] [3.4/3.5 Regression] [non-unit-at-a-time] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798
  2004-06-17 14:46 [Bug debug/16035] New: [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798 Ralf dot Wildenhues at gmx dot de
                   ` (8 preceding siblings ...)
  2004-06-21  9:32 ` reichelt at gcc dot gnu dot org
@ 2004-06-22 12:35 ` reichelt at gcc dot gnu dot org
  2004-08-02 13:54 ` [Bug debug/16035] [3.4 regression] " reichelt at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-06-22 12:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-06-22 12:35 -------
Due to some patches on mainline, the testcase in comment #7 does not
crash any more. But if one adds one more "foo();" it crashes again.


-- 


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


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

* [Bug debug/16035] [3.4 regression] [non-unit-at-a-time] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798
  2004-06-17 14:46 [Bug debug/16035] New: [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798 Ralf dot Wildenhues at gmx dot de
                   ` (9 preceding siblings ...)
  2004-06-22 12:35 ` reichelt at gcc dot gnu dot org
@ 2004-08-02 13:54 ` reichelt at gcc dot gnu dot org
  2004-08-03  5:17 ` mmitchel at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-08-02 13:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-08-02 13:54 -------
Mark, your patch
  http://gcc.gnu.org/ml/gcc-cvs/2004-07/msg01369.html
seems to have fixed the problem on mainline.

Is there a chance to get this working on the 3.4 branch, too?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at codesourcery dot com
      Known to fail|                            |3.4.0 3.4.1
      Known to work|                            |3.3.4 3.5.0
            Summary|[3.4/3.5 Regression] [non-  |[3.4 regression] [non-unit-
                   |unit-at-a-time] internal    |at-a-time] internal compiler
                   |compiler error: in          |error: in
                   |gen_subprogram_die, at      |gen_subprogram_die, at
                   |dwarf2out.c:10798           |dwarf2out.c:10798


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


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

* [Bug debug/16035] [3.4 regression] [non-unit-at-a-time] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798
  2004-06-17 14:46 [Bug debug/16035] New: [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798 Ralf dot Wildenhues at gmx dot de
                   ` (10 preceding siblings ...)
  2004-08-02 13:54 ` [Bug debug/16035] [3.4 regression] " reichelt at gcc dot gnu dot org
@ 2004-08-03  5:17 ` mmitchel at gcc dot gnu dot org
  2004-08-03 12:42 ` bangerth at dealii dot org
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-03  5:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-03 05:17 -------
It would certainly not be appropriate to backport my patch to the 3.4 branch;
it's too invasive.

-- 


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


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

* [Bug debug/16035] [3.4 regression] [non-unit-at-a-time] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798
  2004-06-17 14:46 [Bug debug/16035] New: [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798 Ralf dot Wildenhues at gmx dot de
                   ` (11 preceding siblings ...)
  2004-08-03  5:17 ` mmitchel at gcc dot gnu dot org
@ 2004-08-03 12:42 ` bangerth at dealii dot org
  2004-08-03 15:49 ` mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: bangerth at dealii dot org @ 2004-08-03 12:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-08-03 12:42 -------
Mark, if your patch can't be backported, should we close this as WONTFIX 
or wait for someone to come up with a smaller patch for the branch only? 
 
W. 

-- 


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


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

* [Bug debug/16035] [3.4 regression] [non-unit-at-a-time] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798
  2004-06-17 14:46 [Bug debug/16035] New: [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798 Ralf dot Wildenhues at gmx dot de
                   ` (12 preceding siblings ...)
  2004-08-03 12:42 ` bangerth at dealii dot org
@ 2004-08-03 15:49 ` mmitchel at gcc dot gnu dot org
  2004-08-29 18:11 ` mmitchel at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-03 15:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-03 15:49 -------
I think we should leave it open to see if someone comes up with a nice fix for
3.4.x.

-- 


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


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

* [Bug debug/16035] [3.4 regression] [non-unit-at-a-time] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798
  2004-06-17 14:46 [Bug debug/16035] New: [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798 Ralf dot Wildenhues at gmx dot de
                   ` (13 preceding siblings ...)
  2004-08-03 15:49 ` mmitchel at gcc dot gnu dot org
@ 2004-08-29 18:11 ` mmitchel at gcc dot gnu dot org
  2004-08-29 18:16 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-29 18:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-29 18:11 -------
Postponed until GCC 3.4.3.

-- 


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


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

* [Bug debug/16035] [3.4 regression] [non-unit-at-a-time] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798
  2004-06-17 14:46 [Bug debug/16035] New: [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798 Ralf dot Wildenhues at gmx dot de
                   ` (14 preceding siblings ...)
  2004-08-29 18:11 ` mmitchel at gcc dot gnu dot org
@ 2004-08-29 18:16 ` mmitchel at gcc dot gnu dot org
  2004-11-01  0:45 ` mmitchel at gcc dot gnu dot org
  2005-05-19 17:23 ` mmitchel at gcc dot gnu dot org
  17 siblings, 0 replies; 19+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-29 18:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-29 18:14 -------
Postponed until GCC 3.4.3.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.2                       |3.4.3


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


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

* [Bug debug/16035] [3.4 regression] [non-unit-at-a-time] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798
  2004-06-17 14:46 [Bug debug/16035] New: [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798 Ralf dot Wildenhues at gmx dot de
                   ` (15 preceding siblings ...)
  2004-08-29 18:16 ` mmitchel at gcc dot gnu dot org
@ 2004-11-01  0:45 ` mmitchel at gcc dot gnu dot org
  2005-05-19 17:23 ` mmitchel at gcc dot gnu dot org
  17 siblings, 0 replies; 19+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-11-01  0:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-11-01 00:44 -------
Postponed until GCC 3.4.4.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.3                       |3.4.4


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


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

* [Bug debug/16035] [3.4 regression] [non-unit-at-a-time] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798
  2004-06-17 14:46 [Bug debug/16035] New: [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798 Ralf dot Wildenhues at gmx dot de
                   ` (16 preceding siblings ...)
  2004-11-01  0:45 ` mmitchel at gcc dot gnu dot org
@ 2005-05-19 17:23 ` mmitchel at gcc dot gnu dot org
  17 siblings, 0 replies; 19+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-05-19 17:23 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.4                       |3.4.5


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


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

end of thread, other threads:[~2005-05-19 17:22 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-17 14:46 [Bug debug/16035] New: [Regression] internal compiler error: in gen_subprogram_die, at dwarf2out.c:10798 Ralf dot Wildenhues at gmx dot de
2004-06-17 14:48 ` [Bug debug/16035] " Ralf dot Wildenhues at gmx dot de
2004-06-17 17:37 ` [Bug debug/16035] [3.4/3.5 Regression] [non-unit-at-a-time] " pinskia at gcc dot gnu dot org
2004-06-17 18:47 ` Ralf dot Wildenhues at gmx dot de
2004-06-17 18:50 ` Ralf dot Wildenhues at gmx dot de
2004-06-18 22:50 ` reichelt at gcc dot gnu dot org
2004-06-18 23:39 ` reichelt at gcc dot gnu dot org
2004-06-18 23:54 ` reichelt at gcc dot gnu dot org
2004-06-19 15:05 ` Ralf dot Wildenhues at gmx dot de
2004-06-21  9:32 ` reichelt at gcc dot gnu dot org
2004-06-22 12:35 ` reichelt at gcc dot gnu dot org
2004-08-02 13:54 ` [Bug debug/16035] [3.4 regression] " reichelt at gcc dot gnu dot org
2004-08-03  5:17 ` mmitchel at gcc dot gnu dot org
2004-08-03 12:42 ` bangerth at dealii dot org
2004-08-03 15:49 ` mmitchel at gcc dot gnu dot org
2004-08-29 18:11 ` mmitchel at gcc dot gnu dot org
2004-08-29 18:16 ` mmitchel at gcc dot gnu dot org
2004-11-01  0:45 ` mmitchel at gcc dot gnu dot org
2005-05-19 17:23 ` mmitchel 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).