public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/21391] [3.4/4.0/4.1 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)
       [not found] <bug-21391-8722@http.gcc.gnu.org/bugzilla/>
@ 2005-10-31  3:15 ` mmitchel at gcc dot gnu dot org
  2005-11-16  2:01 ` aldyh at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-10-31  3:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from mmitchel at gcc dot gnu dot org  2005-10-31 03:15 -------
Leaving as P2; we really ought to fix this.


-- 


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


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

* [Bug debug/21391] [3.4/4.0/4.1 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)
       [not found] <bug-21391-8722@http.gcc.gnu.org/bugzilla/>
  2005-10-31  3:15 ` [Bug debug/21391] [3.4/4.0/4.1 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types) mmitchel at gcc dot gnu dot org
@ 2005-11-16  2:01 ` aldyh at gcc dot gnu dot org
  2006-02-24  0:26 ` [Bug debug/21391] [3.4/4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: aldyh at gcc dot gnu dot org @ 2005-11-16  2:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from aldyh at gcc dot gnu dot org  2005-11-16 02:01 -------
I'll take a look at this.


-- 

aldyh at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |aldyh at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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

* [Bug debug/21391] [3.4/4.0/4.1/4.2 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)
       [not found] <bug-21391-8722@http.gcc.gnu.org/bugzilla/>
  2005-10-31  3:15 ` [Bug debug/21391] [3.4/4.0/4.1 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types) mmitchel at gcc dot gnu dot org
  2005-11-16  2:01 ` aldyh at gcc dot gnu dot org
@ 2006-02-24  0:26 ` mmitchel at gcc dot gnu dot org
  2006-04-11  1:38 ` aldyh at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-02-24  0:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from mmitchel at gcc dot gnu dot org  2006-02-24 00:25 -------
This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.3                       |4.1.1


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


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

* [Bug debug/21391] [3.4/4.0/4.1/4.2 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)
       [not found] <bug-21391-8722@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-02-24  0:26 ` [Bug debug/21391] [3.4/4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
@ 2006-04-11  1:38 ` aldyh at gcc dot gnu dot org
  2006-04-26  2:40 ` [Bug debug/21391] [4.0/4.1/4.2 " pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: aldyh at gcc dot gnu dot org @ 2006-04-11  1:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from aldyh at gcc dot gnu dot org  2006-04-11 01:38 -------
Patch that fixes the problem.

http://gcc.gnu.org/ml/gcc-patches/2006-04/msg00380.html


-- 


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


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

* [Bug debug/21391] [4.0/4.1/4.2 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)
       [not found] <bug-21391-8722@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2006-04-11  1:38 ` aldyh at gcc dot gnu dot org
@ 2006-04-26  2:40 ` pinskia at gcc dot gnu dot org
  2006-04-26 15:51 ` aldyh at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-26  2:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2006-04-26 02:40 -------
Did I mention this fails on powerpc-darwin?


-- 


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


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

* [Bug debug/21391] [4.0/4.1/4.2 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)
       [not found] <bug-21391-8722@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2006-04-26  2:40 ` [Bug debug/21391] [4.0/4.1/4.2 " pinskia at gcc dot gnu dot org
@ 2006-04-26 15:51 ` aldyh at gcc dot gnu dot org
  2006-04-26 15:56 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: aldyh at gcc dot gnu dot org @ 2006-04-26 15:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from aldyh at gcc dot gnu dot org  2006-04-26 15:51 -------
(In reply to comment #7)
> Did I mention this fails on powerpc-darwin?
> 

How so?

pantani:/build/trunk/clean/gcc$ ./cc1 -quiet -g a.c -gstabs
pantani:/build/trunk/clean/gcc$ grep foo a.s        .stabs 
"foo:T(0,19)=s4i:(0,1),0,32;;",128,0,0,0
pantani:/build/trunk/clean/gcc$ ./cc1 -quiet -g a.c -gdwarf-2
pantani:/build/trunk/clean/gcc$ grep foo a.s        .ascii "foo\0"
pantani:/build/trunk/clean/gcc$ ./cc1 -quiet -g a.c -g3
pantani:/build/trunk/clean/gcc$ grep foo a.s        .stabs 
"foo:T(0,19)=s4i:(0,1),0,32;;",128,0,0,0


-- 


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


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

* [Bug debug/21391] [4.0/4.1/4.2 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)
       [not found] <bug-21391-8722@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2006-04-26 15:51 ` aldyh at gcc dot gnu dot org
@ 2006-04-26 15:56 ` pinskia at gcc dot gnu dot org
  2006-04-26 16:05 ` aldyh at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-26 15:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from pinskia at gcc dot gnu dot org  2006-04-26 15:56 -------
(In reply to comment #8)
> (In reply to comment #7)
> > Did I mention this fails on powerpc-darwin?
> > 
> 
> How so?

darwin enables -feliminate-unused-debug-symbols by default.


-- 


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


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

* [Bug debug/21391] [4.0/4.1/4.2 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)
       [not found] <bug-21391-8722@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2006-04-26 15:56 ` pinskia at gcc dot gnu dot org
@ 2006-04-26 16:05 ` aldyh at gcc dot gnu dot org
  2006-04-26 16:09 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: aldyh at gcc dot gnu dot org @ 2006-04-26 16:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from aldyh at gcc dot gnu dot org  2006-04-26 16:05 -------

> darwin enables -feliminate-unused-debug-symbols by default.

You mean darwin does NOT enable the option by default, right?


-- 


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


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

* [Bug debug/21391] [4.0/4.1/4.2 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)
       [not found] <bug-21391-8722@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2006-04-26 16:05 ` aldyh at gcc dot gnu dot org
@ 2006-04-26 16:09 ` pinskia at gcc dot gnu dot org
  2006-04-26 16:14 ` aldyh at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-26 16:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from pinskia at gcc dot gnu dot org  2006-04-26 16:09 -------
(In reply to comment #10)
> > darwin enables -feliminate-unused-debug-symbols by default.
> 
> You mean darwin does NOT enable the option by default, right?

No, there are two different options, and the other one is the stabs version
and not the dwarf2 version.


-- 


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


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

* [Bug debug/21391] [4.0/4.1/4.2 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)
       [not found] <bug-21391-8722@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2006-04-26 16:09 ` pinskia at gcc dot gnu dot org
@ 2006-04-26 16:14 ` aldyh at gcc dot gnu dot org
  2006-04-26 16:34 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: aldyh at gcc dot gnu dot org @ 2006-04-26 16:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from aldyh at gcc dot gnu dot org  2006-04-26 16:14 -------

> No, there are two different options, and the other one is the stabs version
> and not the dwarf2 version.

I'm confused.  What options do you feed to the compiler that exhibit the bug,
so I can look into it?


-- 


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


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

* [Bug debug/21391] [4.0/4.1/4.2 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)
       [not found] <bug-21391-8722@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2006-04-26 16:14 ` aldyh at gcc dot gnu dot org
@ 2006-04-26 16:34 ` pinskia at gcc dot gnu dot org
  2006-04-27  0:01 ` aldyh at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-26 16:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from pinskia at gcc dot gnu dot org  2006-04-26 16:34 -------
(In reply to comment #12)
> I'm confused.  What options do you feed to the compiler that exhibit the bug,
> so I can look into it?

-gstabs+ -feliminate-unused-debug-symbols

(Note the symbols vs types in the option name).


-- 


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


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

* [Bug debug/21391] [4.0/4.1/4.2 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)
       [not found] <bug-21391-8722@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2006-04-26 16:34 ` pinskia at gcc dot gnu dot org
@ 2006-04-27  0:01 ` aldyh at gcc dot gnu dot org
  2006-05-07 17:11 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: aldyh at gcc dot gnu dot org @ 2006-04-27  0:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from aldyh at gcc dot gnu dot org  2006-04-27 00:01 -------

> -gstabs+ -feliminate-unused-debug-symbols

This is a different option than -feliminate-unused-debug-types, so I don't see
how this applies.  

The patch I wrote was for eliminate-unused-debug-TYPES.  I suppose if the
darwin folks (or anyone else) want the code to apply to
eliminate-unused-debug-SYMBOLS as well, they could submit a trivial patch.


-- 


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


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

* [Bug debug/21391] [4.0/4.1/4.2 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)
       [not found] <bug-21391-8722@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2006-04-27  0:01 ` aldyh at gcc dot gnu dot org
@ 2006-05-07 17:11 ` pinskia at gcc dot gnu dot org
  2006-05-25  2:47 ` mmitchel at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-05-07 17:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from pinskia at gcc dot gnu dot org  2006-05-07 17:11 -------
(In reply to comment #14)
> > -gstabs+ -feliminate-unused-debug-symbols
> 
> This is a different option than -feliminate-unused-debug-types, so I don't see
> how this applies.  

Because the tests fail by default on a secondary target (I am filing a new bug
anyways).


-- 


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


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

* [Bug debug/21391] [4.0/4.1/4.2 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)
       [not found] <bug-21391-8722@http.gcc.gnu.org/bugzilla/>
                   ` (12 preceding siblings ...)
  2006-05-07 17:11 ` pinskia at gcc dot gnu dot org
@ 2006-05-25  2:47 ` mmitchel at gcc dot gnu dot org
  2006-06-23  4:56 ` [Bug debug/21391] [4.0/4.1 " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-05-25  2:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from mmitchel at gcc dot gnu dot org  2006-05-25 02:32 -------
Will not be fixed in 4.1.1; adjust target milestone to 4.1.2.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.1                       |4.1.2


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


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

* [Bug debug/21391] [4.0/4.1 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)
       [not found] <bug-21391-8722@http.gcc.gnu.org/bugzilla/>
                   ` (13 preceding siblings ...)
  2006-05-25  2:47 ` mmitchel at gcc dot gnu dot org
@ 2006-06-23  4:56 ` pinskia at gcc dot gnu dot org
  2006-06-23  4:57 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-23  4:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from pinskia at gcc dot gnu dot org  2006-06-23 04:53 -------
This was fixed on the mainline.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.0/4.1/4.2 Regression]    |[4.0/4.1 Regression]
                   |referencing a type via a    |referencing a type via a
                   |cast does not emit it for   |cast does not emit it for
                   |debug (feliminate-unused-   |debug (feliminate-unused-
                   |debug-types)                |debug-types)


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


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

* [Bug debug/21391] [4.0/4.1 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)
       [not found] <bug-21391-8722@http.gcc.gnu.org/bugzilla/>
                   ` (14 preceding siblings ...)
  2006-06-23  4:56 ` [Bug debug/21391] [4.0/4.1 " pinskia at gcc dot gnu dot org
@ 2006-06-23  4:57 ` pinskia at gcc dot gnu dot org
  2007-02-14  9:05 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-23  4:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from pinskia at gcc dot gnu dot org  2006-06-23 04:56 -------
*** Bug 28099 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gin at mo dot msk dot ru


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


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

* [Bug debug/21391] [4.0/4.1 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)
       [not found] <bug-21391-8722@http.gcc.gnu.org/bugzilla/>
                   ` (15 preceding siblings ...)
  2006-06-23  4:57 ` pinskia at gcc dot gnu dot org
@ 2007-02-14  9:05 ` mmitchel at gcc dot gnu dot org
  2007-10-27 21:23 ` aldyh at gcc dot gnu dot org
  2008-07-04 15:07 ` [Bug debug/21391] [4.1 " jsm28 at gcc dot gnu dot org
  18 siblings, 0 replies; 19+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-02-14  9:05 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.2                       |4.1.3


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


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

* [Bug debug/21391] [4.0/4.1 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)
       [not found] <bug-21391-8722@http.gcc.gnu.org/bugzilla/>
                   ` (16 preceding siblings ...)
  2007-02-14  9:05 ` mmitchel at gcc dot gnu dot org
@ 2007-10-27 21:23 ` aldyh at gcc dot gnu dot org
  2008-07-04 15:07 ` [Bug debug/21391] [4.1 " jsm28 at gcc dot gnu dot org
  18 siblings, 0 replies; 19+ messages in thread
From: aldyh at gcc dot gnu dot org @ 2007-10-27 21:23 UTC (permalink / raw)
  To: gcc-bugs



-- 

aldyh at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|aldyh at gcc dot gnu dot org|unassigned at gcc dot gnu
                   |                            |dot org
             Status|ASSIGNED                    |NEW


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


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

* [Bug debug/21391] [4.1 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)
       [not found] <bug-21391-8722@http.gcc.gnu.org/bugzilla/>
                   ` (17 preceding siblings ...)
  2007-10-27 21:23 ` aldyh at gcc dot gnu dot org
@ 2008-07-04 15:07 ` jsm28 at gcc dot gnu dot org
  18 siblings, 0 replies; 19+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 15:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #19 from jsm28 at gcc dot gnu dot org  2008-07-04 15:07 -------
Closing 4.1 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
      Known to fail|3.4.0 4.0.0 4.0.4 4.1.0     |3.4.0 4.0.0 4.0.4 4.1.0
                   |                            |4.1.3
      Known to work|2.95.3 3.3.3                |2.95.3 3.3.3 4.2.0
         Resolution|                            |FIXED
   Target Milestone|4.1.3                       |4.2.0


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


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

end of thread, other threads:[~2008-07-04 15:07 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-21391-8722@http.gcc.gnu.org/bugzilla/>
2005-10-31  3:15 ` [Bug debug/21391] [3.4/4.0/4.1 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types) mmitchel at gcc dot gnu dot org
2005-11-16  2:01 ` aldyh at gcc dot gnu dot org
2006-02-24  0:26 ` [Bug debug/21391] [3.4/4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
2006-04-11  1:38 ` aldyh at gcc dot gnu dot org
2006-04-26  2:40 ` [Bug debug/21391] [4.0/4.1/4.2 " pinskia at gcc dot gnu dot org
2006-04-26 15:51 ` aldyh at gcc dot gnu dot org
2006-04-26 15:56 ` pinskia at gcc dot gnu dot org
2006-04-26 16:05 ` aldyh at gcc dot gnu dot org
2006-04-26 16:09 ` pinskia at gcc dot gnu dot org
2006-04-26 16:14 ` aldyh at gcc dot gnu dot org
2006-04-26 16:34 ` pinskia at gcc dot gnu dot org
2006-04-27  0:01 ` aldyh at gcc dot gnu dot org
2006-05-07 17:11 ` pinskia at gcc dot gnu dot org
2006-05-25  2:47 ` mmitchel at gcc dot gnu dot org
2006-06-23  4:56 ` [Bug debug/21391] [4.0/4.1 " pinskia at gcc dot gnu dot org
2006-06-23  4:57 ` pinskia at gcc dot gnu dot org
2007-02-14  9:05 ` mmitchel at gcc dot gnu dot org
2007-10-27 21:23 ` aldyh at gcc dot gnu dot org
2008-07-04 15:07 ` [Bug debug/21391] [4.1 " jsm28 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).