public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/39412]  New: [4.4 Regression] ICE in gen_tagged_type_instantiation_die
@ 2009-03-09 17:01 jakub at gcc dot gnu dot org
  2009-03-09 17:01 ` [Bug debug/39412] " jakub at gcc dot gnu dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-03-09 17:01 UTC (permalink / raw)
  To: gcc-bugs

struct S { int i; };

void
bar (const void *x, unsigned long y)
{
  const union { struct S a[y / sizeof (struct S)]; } *u = x;
}

void
foo (const void *x, unsigned long y)
{
  bar (x, y);
}

ICEs at -O[23s] -g with
internal compiler error: in gen_tagged_type_instantiation_die, at
dwarf2out.c:14850


-- 
           Summary: [4.4 Regression] ICE in
                    gen_tagged_type_instantiation_die
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org


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


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

* [Bug debug/39412] [4.4 Regression] ICE in gen_tagged_type_instantiation_die
  2009-03-09 17:01 [Bug debug/39412] New: [4.4 Regression] ICE in gen_tagged_type_instantiation_die jakub at gcc dot gnu dot org
@ 2009-03-09 17:01 ` jakub at gcc dot gnu dot org
  2009-03-09 17:47 ` hjl dot tools at gmail dot com
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-03-09 17:01 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.4.0


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


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

* [Bug debug/39412] [4.4 Regression] ICE in gen_tagged_type_instantiation_die
  2009-03-09 17:01 [Bug debug/39412] New: [4.4 Regression] ICE in gen_tagged_type_instantiation_die jakub at gcc dot gnu dot org
  2009-03-09 17:01 ` [Bug debug/39412] " jakub at gcc dot gnu dot org
@ 2009-03-09 17:47 ` hjl dot tools at gmail dot com
  2009-03-09 20:52 ` [Bug debug/39412] [4.2/4.3/4.4 " hjl dot tools at gmail dot com
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-03-09 17:47 UTC (permalink / raw)
  To: gcc-bugs



-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
      Known to fail|                            |4.3.3 4.4.0
      Known to work|                            |4.1.2
   Last reconfirmed|0000-00-00 00:00:00         |2009-03-09 17:47:29
               date|                            |


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


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

* [Bug debug/39412] [4.2/4.3/4.4 Regression] ICE in gen_tagged_type_instantiation_die
  2009-03-09 17:01 [Bug debug/39412] New: [4.4 Regression] ICE in gen_tagged_type_instantiation_die jakub at gcc dot gnu dot org
  2009-03-09 17:01 ` [Bug debug/39412] " jakub at gcc dot gnu dot org
  2009-03-09 17:47 ` hjl dot tools at gmail dot com
@ 2009-03-09 20:52 ` hjl dot tools at gmail dot com
  2009-03-09 21:13 ` jakub at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-03-09 20:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl dot tools at gmail dot com  2009-03-09 20:52 -------
This is introduced by revision 117493:

http://gcc.gnu.org/ml/gcc-cvs/2006-10/msg00158.html
http://gcc.gnu.org/ml/gcc-patches/2006-10/msg00239.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hainque at adacore dot com


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


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

* [Bug debug/39412] [4.2/4.3/4.4 Regression] ICE in gen_tagged_type_instantiation_die
  2009-03-09 17:01 [Bug debug/39412] New: [4.4 Regression] ICE in gen_tagged_type_instantiation_die jakub at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2009-03-09 20:52 ` [Bug debug/39412] [4.2/4.3/4.4 " hjl dot tools at gmail dot com
@ 2009-03-09 21:13 ` jakub at gcc dot gnu dot org
  2009-03-10  9:44 ` jakub at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-03-09 21:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2009-03-09 21:12 -------
Yeah, before r128631 (PR debug/33316) it ICEd in modified_type_die, after it in
gen_tagged_type_instantiation_die.


-- 


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


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

* [Bug debug/39412] [4.2/4.3/4.4 Regression] ICE in gen_tagged_type_instantiation_die
  2009-03-09 17:01 [Bug debug/39412] New: [4.4 Regression] ICE in gen_tagged_type_instantiation_die jakub at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2009-03-09 21:13 ` jakub at gcc dot gnu dot org
@ 2009-03-10  9:44 ` jakub at gcc dot gnu dot org
  2009-03-10 11:01 ` rguenth at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-03-10  9:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2009-03-10 09:43 -------
What's the point in generating the DIE in gen_tagged_type_instantiation_die?
Seems we are generating that since like forever (that function existed already
when dwarf2out.c was added to the repository in 1996), but as it doesn't
equate_type_number_to_die, unless -fno-eliminate-unused-debug-types it is
always pruned anyway and even if it is not pruned, it is never used by
anything.
If there is an inline function which defines some type, variables of that type
will be typically emitted inside of the abstract DW_TAG_subprogram DIE and vars
elsewhere will just have DW_AT_abstract_origin pointing to those, not defining
the type at all.
Also, gen_tagged_type_instantiation_die types can be emitted many times.
Say:
struct S { int i; };

extern void baz (void *);

inline void
bar (void *x, unsigned long y)
{
  union { struct S a[y]; } *u = x;
  baz (&u);
}

void
foo (void *x, unsigned long y)
{
  bar (x, y);
}

at -fno-eliminate-unused-debug-types -g -O2 -dA has 2:
        .uleb128 0x12   # (DIE (0xda) DW_TAG_union_type)
        .long   0x6b    # DW_AT_abstract_origin
        .uleb128 0x12   # (DIE (0xdf) DW_TAG_union_type)
        .long   0x6b    # DW_AT_abstract_origin
(both unused).  So before teaching gen_tagged_type_instantiation_die to handle
quals (add DW_TAG_const_type or DW_TAG_volatile_type around it), I'd like to
question if gen_tagged_type_instantiation_die shouldn't be nuked instead.


-- 

jakub at gcc dot gnu dot org changed:

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


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


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

* [Bug debug/39412] [4.2/4.3/4.4 Regression] ICE in gen_tagged_type_instantiation_die
  2009-03-09 17:01 [Bug debug/39412] New: [4.4 Regression] ICE in gen_tagged_type_instantiation_die jakub at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2009-03-10  9:44 ` jakub at gcc dot gnu dot org
@ 2009-03-10 11:01 ` rguenth at gcc dot gnu dot org
  2009-03-10 16:41 ` jason at redhat dot com
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-03-10 11:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2009-03-10 11:01 -------
Sounds reasonable.


-- 


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


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

* [Bug debug/39412] [4.2/4.3/4.4 Regression] ICE in gen_tagged_type_instantiation_die
  2009-03-09 17:01 [Bug debug/39412] New: [4.4 Regression] ICE in gen_tagged_type_instantiation_die jakub at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2009-03-10 11:01 ` rguenth at gcc dot gnu dot org
@ 2009-03-10 16:41 ` jason at redhat dot com
  2009-03-11 21:27 ` rguenth at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jason at redhat dot com @ 2009-03-10 16:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jason at redhat dot com  2009-03-10 16:41 -------
Subject: Re:  [4.2/4.3/4.4 Regression] ICE in gen_tagged_type_instantiation_die

jakub at gcc dot gnu dot org wrote:
> What's the point in generating the DIE in gen_tagged_type_instantiation_die?

It seems to be for generating the DIE to represent the type definition 
in a concrete instance of an inline function.  I don't know why it would 
be called multiple times, since it's only called when we process the 
stub TYPE_DECL; calling gen_decl_die multiple times for that seems 
surprising.

But as you say, there doesn't seem to be any point in emitting such a 
DIE at all, since the variables will already have a type in the abstract 
instance.

> I'd like to question if gen_tagged_type_instantiation_die shouldn't be nuked instead.

Go ahead.

Jason


-- 


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


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

* [Bug debug/39412] [4.2/4.3/4.4 Regression] ICE in gen_tagged_type_instantiation_die
  2009-03-09 17:01 [Bug debug/39412] New: [4.4 Regression] ICE in gen_tagged_type_instantiation_die jakub at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2009-03-10 16:41 ` jason at redhat dot com
@ 2009-03-11 21:27 ` rguenth at gcc dot gnu dot org
  2009-03-12 16:29 ` jakub at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-03-11 21:27 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug debug/39412] [4.2/4.3/4.4 Regression] ICE in gen_tagged_type_instantiation_die
  2009-03-09 17:01 [Bug debug/39412] New: [4.4 Regression] ICE in gen_tagged_type_instantiation_die jakub at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2009-03-11 21:27 ` rguenth at gcc dot gnu dot org
@ 2009-03-12 16:29 ` jakub at gcc dot gnu dot org
  2009-03-17 17:44 ` jakub at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-03-12 16:29 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2009-03-09 17:47:29         |2009-03-12 16:29:21
               date|                            |


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


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

* [Bug debug/39412] [4.2/4.3/4.4 Regression] ICE in gen_tagged_type_instantiation_die
  2009-03-09 17:01 [Bug debug/39412] New: [4.4 Regression] ICE in gen_tagged_type_instantiation_die jakub at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2009-03-12 16:29 ` jakub at gcc dot gnu dot org
@ 2009-03-17 17:44 ` jakub at gcc dot gnu dot org
  2009-03-17 17:55 ` [Bug debug/39412] [4.2/4.3 " jakub at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-03-17 17:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jakub at gcc dot gnu dot org  2009-03-17 17:44 -------
Subject: Bug 39412

Author: jakub
Date: Tue Mar 17 17:43:52 2009
New Revision: 144909

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144909
Log:
        PR debug/39412
        * dwarf2out.c (gen_inlined_enumeration_type_die,
        gen_inlined_structure_type_die, gen_inlined_union_type_die,
        gen_tagged_type_instantiation_die): Removed.
        (gen_decl_die): For TYPE_DECL_IS_STUB with non-NULL decl_origin
        do nothing.

        * gcc.dg/debug/pr39412.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/debug/pr39412.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dwarf2out.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug debug/39412] [4.2/4.3 Regression] ICE in gen_tagged_type_instantiation_die
  2009-03-09 17:01 [Bug debug/39412] New: [4.4 Regression] ICE in gen_tagged_type_instantiation_die jakub at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2009-03-17 17:44 ` jakub at gcc dot gnu dot org
@ 2009-03-17 17:55 ` jakub at gcc dot gnu dot org
  2009-03-18  2:43 ` hjl dot tools at gmail dot com
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-03-17 17:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from jakub at gcc dot gnu dot org  2009-03-17 17:55 -------
Fixed on the trunk so far.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|4.2.0 4.3.3 4.4.0           |4.2.0 4.3.3
      Known to work|4.1.2                       |4.1.2 4.4.0
            Summary|[4.2/4.3/4.4 Regression] ICE|[4.2/4.3 Regression] ICE in
                   |in                          |gen_tagged_type_instantiatio
                   |gen_tagged_type_instantiatio|n_die
                   |n_die                       |


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


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

* [Bug debug/39412] [4.2/4.3 Regression] ICE in gen_tagged_type_instantiation_die
  2009-03-09 17:01 [Bug debug/39412] New: [4.4 Regression] ICE in gen_tagged_type_instantiation_die jakub at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2009-03-17 17:55 ` [Bug debug/39412] [4.2/4.3 " jakub at gcc dot gnu dot org
@ 2009-03-18  2:43 ` hjl dot tools at gmail dot com
  2009-04-21 15:56 ` jakub at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-03-18  2:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from hjl dot tools at gmail dot com  2009-03-18 02:42 -------
*** Bug 39486 has been marked as a duplicate of this bug. ***


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cneil at yahoo dot com


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


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

* [Bug debug/39412] [4.2/4.3 Regression] ICE in gen_tagged_type_instantiation_die
  2009-03-09 17:01 [Bug debug/39412] New: [4.4 Regression] ICE in gen_tagged_type_instantiation_die jakub at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2009-03-18  2:43 ` hjl dot tools at gmail dot com
@ 2009-04-21 15:56 ` jakub at gcc dot gnu dot org
  2009-07-22 10:35 ` jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-04-21 15:56 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.0                       |4.4.1


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


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

* [Bug debug/39412] [4.2/4.3 Regression] ICE in gen_tagged_type_instantiation_die
  2009-03-09 17:01 [Bug debug/39412] New: [4.4 Regression] ICE in gen_tagged_type_instantiation_die jakub at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2009-04-21 15:56 ` jakub at gcc dot gnu dot org
@ 2009-07-22 10:35 ` jakub at gcc dot gnu dot org
  2009-10-15 12:58 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-07-22 10:35 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.1                       |4.4.2


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


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

* [Bug debug/39412] [4.2/4.3 Regression] ICE in gen_tagged_type_instantiation_die
  2009-03-09 17:01 [Bug debug/39412] New: [4.4 Regression] ICE in gen_tagged_type_instantiation_die jakub at gcc dot gnu dot org
                   ` (13 preceding siblings ...)
  2009-07-22 10:35 ` jakub at gcc dot gnu dot org
@ 2009-10-15 12:58 ` jakub at gcc dot gnu dot org
  2009-12-15 16:37 ` [Bug debug/39412] [4.3 " rguenth at gcc dot gnu dot org
  2010-05-22 18:30 ` rguenth at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-10-15 12:58 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.2                       |4.4.3


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


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

* [Bug debug/39412] [4.3 Regression] ICE in gen_tagged_type_instantiation_die
  2009-03-09 17:01 [Bug debug/39412] New: [4.4 Regression] ICE in gen_tagged_type_instantiation_die jakub at gcc dot gnu dot org
                   ` (14 preceding siblings ...)
  2009-10-15 12:58 ` jakub at gcc dot gnu dot org
@ 2009-12-15 16:37 ` rguenth at gcc dot gnu dot org
  2010-05-22 18:30 ` rguenth at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-12-15 16:37 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.2/4.3 Regression] ICE in |[4.3 Regression] ICE in
                   |gen_tagged_type_instantiatio|gen_tagged_type_instantiatio
                   |n_die                       |n_die
   Target Milestone|4.4.3                       |4.3.5


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


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

* [Bug debug/39412] [4.3 Regression] ICE in gen_tagged_type_instantiation_die
  2009-03-09 17:01 [Bug debug/39412] New: [4.4 Regression] ICE in gen_tagged_type_instantiation_die jakub at gcc dot gnu dot org
                   ` (15 preceding siblings ...)
  2009-12-15 16:37 ` [Bug debug/39412] [4.3 " rguenth at gcc dot gnu dot org
@ 2010-05-22 18:30 ` rguenth at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-22 18:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from rguenth at gcc dot gnu dot org  2010-05-22 18:13 -------
GCC 4.3.5 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.5                       |4.3.6


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


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

end of thread, other threads:[~2010-05-22 18:30 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-09 17:01 [Bug debug/39412] New: [4.4 Regression] ICE in gen_tagged_type_instantiation_die jakub at gcc dot gnu dot org
2009-03-09 17:01 ` [Bug debug/39412] " jakub at gcc dot gnu dot org
2009-03-09 17:47 ` hjl dot tools at gmail dot com
2009-03-09 20:52 ` [Bug debug/39412] [4.2/4.3/4.4 " hjl dot tools at gmail dot com
2009-03-09 21:13 ` jakub at gcc dot gnu dot org
2009-03-10  9:44 ` jakub at gcc dot gnu dot org
2009-03-10 11:01 ` rguenth at gcc dot gnu dot org
2009-03-10 16:41 ` jason at redhat dot com
2009-03-11 21:27 ` rguenth at gcc dot gnu dot org
2009-03-12 16:29 ` jakub at gcc dot gnu dot org
2009-03-17 17:44 ` jakub at gcc dot gnu dot org
2009-03-17 17:55 ` [Bug debug/39412] [4.2/4.3 " jakub at gcc dot gnu dot org
2009-03-18  2:43 ` hjl dot tools at gmail dot com
2009-04-21 15:56 ` jakub at gcc dot gnu dot org
2009-07-22 10:35 ` jakub at gcc dot gnu dot org
2009-10-15 12:58 ` jakub at gcc dot gnu dot org
2009-12-15 16:37 ` [Bug debug/39412] [4.3 " rguenth at gcc dot gnu dot org
2010-05-22 18:30 ` rguenth 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).