public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/27017]  New: Debug information for static local class members are not emitted
@ 2006-04-04  8:35 gcc at magfr dot user dot lysator dot liu dot se
  2006-04-04  8:36 ` [Bug c++/27017] " gcc at magfr dot user dot lysator dot liu dot se
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: gcc at magfr dot user dot lysator dot liu dot se @ 2006-04-04  8:35 UTC (permalink / raw)
  To: gcc-bugs

Given this program, compiled with 'g++ -ggdb3 program.C' and then run under
gdb.
when I get to f(int)::s::g(int) then I can't examine any local variables nor
any arguments.
When I rerun the compiler using 'g++ -ggdb3 -S program.C' and examine the
generated assembler there are no references to neither argument2 nor variable2,
but the string argument1 do show up.


-- 
           Summary: Debug information for static local class members are not
                    emitted
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gcc at magfr dot user dot lysator dot liu dot se
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug c++/27017] Debug information for static local class members are not emitted
  2006-04-04  8:35 [Bug c++/27017] New: Debug information for static local class members are not emitted gcc at magfr dot user dot lysator dot liu dot se
@ 2006-04-04  8:36 ` gcc at magfr dot user dot lysator dot liu dot se
  2006-04-04  8:44 ` [Bug debug/27017] " pinskia at gcc dot gnu dot org
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: gcc at magfr dot user dot lysator dot liu dot se @ 2006-04-04  8:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from gcc at magfr dot user dot lysator dot liu dot se  2006-04-04 08:36 -------
Created an attachment (id=11198)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11198&action=view)
Testcase - program.C


-- 


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


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

* [Bug debug/27017] Debug information for static local class members are not emitted
  2006-04-04  8:35 [Bug c++/27017] New: Debug information for static local class members are not emitted gcc at magfr dot user dot lysator dot liu dot se
  2006-04-04  8:36 ` [Bug c++/27017] " gcc at magfr dot user dot lysator dot liu dot se
@ 2006-04-04  8:44 ` pinskia at gcc dot gnu dot org
  2006-04-04  8:52 ` [Bug debug/27017] [4.0/4.1/4.2 Regression] " pinskia at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-04  8:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-04-04 08:44 -------
Works with stabs.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |debug


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


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

* [Bug debug/27017] [4.0/4.1/4.2 Regression] Debug information for static local class members are not emitted
  2006-04-04  8:35 [Bug c++/27017] New: Debug information for static local class members are not emitted gcc at magfr dot user dot lysator dot liu dot se
  2006-04-04  8:36 ` [Bug c++/27017] " gcc at magfr dot user dot lysator dot liu dot se
  2006-04-04  8:44 ` [Bug debug/27017] " pinskia at gcc dot gnu dot org
@ 2006-04-04  8:52 ` pinskia at gcc dot gnu dot org
  2006-06-04 18:24 ` mmitchel at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-04  8:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-04-04 08:52 -------
Confirmed, it fails with the dwarf2 output format (I don't know why).  Anyways
I am marking this as a regression as this is a visible regression to the user
as using -g from one version to the next should be improvements and not
regressing


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
  GCC build triplet|i686-pc-linux-gnu           |
   GCC host triplet|i686-pc-linux-gnu           |
 GCC target triplet|i686-pc-linux-gnu           |dwarf2
      Known to fail|3.3.6 4.0.3 4.1.0 4.2.0     |3.3.6 4.0.3 4.1.0 4.2.0
                   |                            |3.2.3
      Known to work|                            |3.0.4
   Last reconfirmed|0000-00-00 00:00:00         |2006-04-04 08:52:40
               date|                            |
            Summary|Debug information for static|[4.0/4.1/4.2 Regression]
                   |local class members are not |Debug information for static
                   |emitted                     |local class members are not
                   |                            |emitted
   Target Milestone|---                         |4.0.4


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


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

* [Bug debug/27017] [4.0/4.1/4.2 Regression] Debug information for static local class members are not emitted
  2006-04-04  8:35 [Bug c++/27017] New: Debug information for static local class members are not emitted gcc at magfr dot user dot lysator dot liu dot se
                   ` (2 preceding siblings ...)
  2006-04-04  8:52 ` [Bug debug/27017] [4.0/4.1/4.2 Regression] " pinskia at gcc dot gnu dot org
@ 2006-06-04 18:24 ` mmitchel at gcc dot gnu dot org
  2006-06-06  4:11 ` drow at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-06-04 18:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from mmitchel at gcc dot gnu dot org  2006-06-04 18:24 -------
Is there a DWARF expert who could check to see whether the debug information
generated is wrong, or whether GDB is unable to handle the information we
generate?


-- 

mmitchel at gcc dot gnu dot org changed:

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


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


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

* [Bug debug/27017] [4.0/4.1/4.2 Regression] Debug information for static local class members are not emitted
  2006-04-04  8:35 [Bug c++/27017] New: Debug information for static local class members are not emitted gcc at magfr dot user dot lysator dot liu dot se
                   ` (3 preceding siblings ...)
  2006-06-04 18:24 ` mmitchel at gcc dot gnu dot org
@ 2006-06-06  4:11 ` drow at gcc dot gnu dot org
  2006-08-25 14:35 ` drow at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: drow at gcc dot gnu dot org @ 2006-06-06  4:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from drow at gcc dot gnu dot org  2006-06-06 04:04 -------
The debug information is completely wrong.  The only DIEs are: compilation
unit, "int", f(), f's argument1, and main().  Nothing for the type f()::s.


-- 


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


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

* [Bug debug/27017] [4.0/4.1/4.2 Regression] Debug information for static local class members are not emitted
  2006-04-04  8:35 [Bug c++/27017] New: Debug information for static local class members are not emitted gcc at magfr dot user dot lysator dot liu dot se
                   ` (4 preceding siblings ...)
  2006-06-06  4:11 ` drow at gcc dot gnu dot org
@ 2006-08-25 14:35 ` drow at gcc dot gnu dot org
  2006-08-25 17:27 ` drow at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: drow at gcc dot gnu dot org @ 2006-08-25 14:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from drow at gcc dot gnu dot org  2006-08-25 14:35 -------
We're pruning excessively; I'll track down why.


-- 

drow at gcc dot gnu dot org changed:

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


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


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

* [Bug debug/27017] [4.0/4.1/4.2 Regression] Debug information for static local class members are not emitted
  2006-04-04  8:35 [Bug c++/27017] New: Debug information for static local class members are not emitted gcc at magfr dot user dot lysator dot liu dot se
                   ` (5 preceding siblings ...)
  2006-08-25 14:35 ` drow at gcc dot gnu dot org
@ 2006-08-25 17:27 ` drow at gcc dot gnu dot org
  2006-08-26  3:48 ` drow at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: drow at gcc dot gnu dot org @ 2006-08-25 17:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from drow at gcc dot gnu dot org  2006-08-25 17:27 -------
Testing a fix.


-- 


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


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

* [Bug debug/27017] [4.0/4.1/4.2 Regression] Debug information for static local class members are not emitted
  2006-04-04  8:35 [Bug c++/27017] New: Debug information for static local class members are not emitted gcc at magfr dot user dot lysator dot liu dot se
                   ` (6 preceding siblings ...)
  2006-08-25 17:27 ` drow at gcc dot gnu dot org
@ 2006-08-26  3:48 ` drow at gcc dot gnu dot org
  2006-10-23 14:15 ` drow at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: drow at gcc dot gnu dot org @ 2006-08-26  3:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from drow at gcc dot gnu dot org  2006-08-26 03:48 -------
My fix was completely wrong.  I'll try again.

The problem is that we have

  function f
    class s
      static function g

We never walk into f.  So we never find out that it contains g, and g needs a
DIE.  Normally, if there's a function in a class and we generate a definition,
the body is outside of that class.  But that transformation is deliberately
suppressed for function local classes, in gen_subprogram_die (search for
context_die == NULL).

We need to walk into classes looking for definitions which were emitted.  I
think that skipping class member variables and declarations would suffice, but
that requires a bit of a rewrite of the marking code, which currently doesn't
do attribute checks.  We wouldn't want to do the declaration check outside of
classes.

There seem to be no tests in the testsuite which cover omitting unused
structure types from debug information.  My first test patch broke eliminating
unused structures completely and nothing caught that except hand checking.


-- 


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


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

* [Bug debug/27017] [4.0/4.1/4.2 Regression] Debug information for static local class members are not emitted
  2006-04-04  8:35 [Bug c++/27017] New: Debug information for static local class members are not emitted gcc at magfr dot user dot lysator dot liu dot se
                   ` (7 preceding siblings ...)
  2006-08-26  3:48 ` drow at gcc dot gnu dot org
@ 2006-10-23 14:15 ` drow at gcc dot gnu dot org
  2007-02-03 16:48 ` [Bug debug/27017] [4.0/4.1/4.2/4.3 " gdr at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: drow at gcc dot gnu dot org @ 2006-10-23 14:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from drow at gcc dot gnu dot org  2006-10-23 14:15 -------
I haven't had another chance to work on this; update assigned to reflect
reality.  Hopefully the analysis will be useful to someone.


-- 

drow at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|drow 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=27017


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

* [Bug debug/27017] [4.0/4.1/4.2/4.3 Regression] Debug information for static local class members are not emitted
  2006-04-04  8:35 [Bug c++/27017] New: Debug information for static local class members are not emitted gcc at magfr dot user dot lysator dot liu dot se
                   ` (8 preceding siblings ...)
  2006-10-23 14:15 ` drow at gcc dot gnu dot org
@ 2007-02-03 16:48 ` gdr at gcc dot gnu dot org
  2007-02-03 20:28 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: gdr at gcc dot gnu dot org @ 2007-02-03 16:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from gdr at gcc dot gnu dot org  2007-02-03 16:48 -------
Won't fix in GCC-4.0.x.  Adjusting milestone.


-- 

gdr at gcc dot gnu dot org changed:

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


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


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

* [Bug debug/27017] [4.0/4.1/4.2/4.3 Regression] Debug information for static local class members are not emitted
  2006-04-04  8:35 [Bug c++/27017] New: Debug information for static local class members are not emitted gcc at magfr dot user dot lysator dot liu dot se
                   ` (9 preceding siblings ...)
  2007-02-03 16:48 ` [Bug debug/27017] [4.0/4.1/4.2/4.3 " gdr at gcc dot gnu dot org
@ 2007-02-03 20:28 ` pinskia at gcc dot gnu dot org
  2007-02-14  9:10 ` mmitchel at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-02-03 20:28 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug debug/27017] [4.0/4.1/4.2/4.3 Regression] Debug information for static local class members are not emitted
  2006-04-04  8:35 [Bug c++/27017] New: Debug information for static local class members are not emitted gcc at magfr dot user dot lysator dot liu dot se
                   ` (10 preceding siblings ...)
  2007-02-03 20:28 ` pinskia at gcc dot gnu dot org
@ 2007-02-14  9:10 ` mmitchel at gcc dot gnu dot org
  2007-12-16 23:18 ` steven at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-02-14  9:10 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=27017


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

* [Bug debug/27017] [4.0/4.1/4.2/4.3 Regression] Debug information for static local class members are not emitted
  2006-04-04  8:35 [Bug c++/27017] New: Debug information for static local class members are not emitted gcc at magfr dot user dot lysator dot liu dot se
                   ` (11 preceding siblings ...)
  2007-02-14  9:10 ` mmitchel at gcc dot gnu dot org
@ 2007-12-16 23:18 ` steven at gcc dot gnu dot org
  2008-07-04 20:24 ` [Bug debug/27017] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: steven at gcc dot gnu dot org @ 2007-12-16 23:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from steven at gcc dot gnu dot org  2007-12-16 23:18 -------
Open regression with no activity since February 14.  Ping?


-- 


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


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

* [Bug debug/27017] [4.2/4.3/4.4 Regression] Debug information for static local class members are not emitted
  2006-04-04  8:35 [Bug c++/27017] New: Debug information for static local class members are not emitted gcc at magfr dot user dot lysator dot liu dot se
                   ` (12 preceding siblings ...)
  2007-12-16 23:18 ` steven at gcc dot gnu dot org
@ 2008-07-04 20:24 ` jsm28 at gcc dot gnu dot org
  2008-11-13 12:13 ` jakub at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 20:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from jsm28 at gcc dot gnu dot org  2008-07-04 20:24 -------
Closing 4.1 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.1/4.2/4.3/4.4 Regression]|[4.2/4.3/4.4 Regression]
                   |Debug information for static|Debug information for static
                   |local class members are not |local class members are not
                   |emitted                     |emitted
   Target Milestone|4.1.3                       |4.2.5


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


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

* [Bug debug/27017] [4.2/4.3/4.4 Regression] Debug information for static local class members are not emitted
  2006-04-04  8:35 [Bug c++/27017] New: Debug information for static local class members are not emitted gcc at magfr dot user dot lysator dot liu dot se
                   ` (13 preceding siblings ...)
  2008-07-04 20:24 ` [Bug debug/27017] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
@ 2008-11-13 12:13 ` jakub at gcc dot gnu dot org
  2008-11-13 21:07 ` jakub at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-11-13 12:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from jakub at gcc dot gnu dot org  2008-11-13 12:12 -------
Testing a patch.


-- 

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|2006-04-04 08:52:40         |2008-11-13 12:12:31
               date|                            |


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


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

* [Bug debug/27017] [4.2/4.3/4.4 Regression] Debug information for static local class members are not emitted
  2006-04-04  8:35 [Bug c++/27017] New: Debug information for static local class members are not emitted gcc at magfr dot user dot lysator dot liu dot se
                   ` (14 preceding siblings ...)
  2008-11-13 12:13 ` jakub at gcc dot gnu dot org
@ 2008-11-13 21:07 ` jakub at gcc dot gnu dot org
  2008-11-13 21:12 ` [Bug debug/27017] [4.2/4.3 " jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-11-13 21:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from jakub at gcc dot gnu dot org  2008-11-13 21:05 -------
Subject: Bug 27017

Author: jakub
Date: Thu Nov 13 21:04:32 2008
New Revision: 141829

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141829
Log:
        PR c++/27017
        * dwarf2out.c (prune_unused_types_walk_local_classes): New function.
        (prune_unused_types_walk): Call it for non-perennial local classes.
        Set die_mark to 2 if recursing on children.  If die_mark is 1 on
        entry, just set it to 2 and recurse on children, don't walk attributes
        again.

        * g++.dg/debug/dwarf2/localclass1.C: New test.
        * g++.dg/debug/dwarf2/localclass2.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/debug/dwarf2/localclass1.C
    trunk/gcc/testsuite/g++.dg/debug/dwarf2/localclass2.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dwarf2out.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug debug/27017] [4.2/4.3 Regression] Debug information for static local class members are not emitted
  2006-04-04  8:35 [Bug c++/27017] New: Debug information for static local class members are not emitted gcc at magfr dot user dot lysator dot liu dot se
                   ` (15 preceding siblings ...)
  2008-11-13 21:07 ` jakub at gcc dot gnu dot org
@ 2008-11-13 21:12 ` jakub at gcc dot gnu dot org
  2009-03-31 19:34 ` [Bug debug/27017] [4.3 " jsm28 at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-11-13 21:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from jakub at gcc dot gnu dot org  2008-11-13 21:11 -------
Fixed on the trunk.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|3.0.4                       |3.0.4 4.4.0
            Summary|[4.2/4.3/4.4 Regression]    |[4.2/4.3 Regression] Debug
                   |Debug information for static|information for static local
                   |local class members are not |class members are not
                   |emitted                     |emitted


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


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

* [Bug debug/27017] [4.3 Regression] Debug information for static local class members are not emitted
  2006-04-04  8:35 [Bug c++/27017] New: Debug information for static local class members are not emitted gcc at magfr dot user dot lysator dot liu dot se
                   ` (16 preceding siblings ...)
  2008-11-13 21:12 ` [Bug debug/27017] [4.2/4.3 " jakub at gcc dot gnu dot org
@ 2009-03-31 19:34 ` jsm28 at gcc dot gnu dot org
  2009-08-04 12:37 ` rguenth at gcc dot gnu dot org
  2010-05-22 18:17 ` rguenth at gcc dot gnu dot org
  19 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-31 19:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from jsm28 at gcc dot gnu dot org  2009-03-31 19:33 -------
Closing 4.2 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.2/4.3 Regression] Debug  |[4.3 Regression] Debug
                   |information for static local|information for static local
                   |class members are not       |class members are not
                   |emitted                     |emitted
   Target Milestone|4.2.5                       |4.3.4


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


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

* [Bug debug/27017] [4.3 Regression] Debug information for static local class members are not emitted
  2006-04-04  8:35 [Bug c++/27017] New: Debug information for static local class members are not emitted gcc at magfr dot user dot lysator dot liu dot se
                   ` (17 preceding siblings ...)
  2009-03-31 19:34 ` [Bug debug/27017] [4.3 " jsm28 at gcc dot gnu dot org
@ 2009-08-04 12:37 ` rguenth at gcc dot gnu dot org
  2010-05-22 18:17 ` rguenth at gcc dot gnu dot org
  19 siblings, 0 replies; 21+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-04 12:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from rguenth at gcc dot gnu dot org  2009-08-04 12:27 -------
GCC 4.3.4 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug debug/27017] [4.3 Regression] Debug information for static local class members are not emitted
  2006-04-04  8:35 [Bug c++/27017] New: Debug information for static local class members are not emitted gcc at magfr dot user dot lysator dot liu dot se
                   ` (18 preceding siblings ...)
  2009-08-04 12:37 ` rguenth at gcc dot gnu dot org
@ 2010-05-22 18:17 ` rguenth at gcc dot gnu dot org
  19 siblings, 0 replies; 21+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-22 18:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from rguenth at gcc dot gnu dot org  2010-05-22 18:11 -------
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=27017


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

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

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-04  8:35 [Bug c++/27017] New: Debug information for static local class members are not emitted gcc at magfr dot user dot lysator dot liu dot se
2006-04-04  8:36 ` [Bug c++/27017] " gcc at magfr dot user dot lysator dot liu dot se
2006-04-04  8:44 ` [Bug debug/27017] " pinskia at gcc dot gnu dot org
2006-04-04  8:52 ` [Bug debug/27017] [4.0/4.1/4.2 Regression] " pinskia at gcc dot gnu dot org
2006-06-04 18:24 ` mmitchel at gcc dot gnu dot org
2006-06-06  4:11 ` drow at gcc dot gnu dot org
2006-08-25 14:35 ` drow at gcc dot gnu dot org
2006-08-25 17:27 ` drow at gcc dot gnu dot org
2006-08-26  3:48 ` drow at gcc dot gnu dot org
2006-10-23 14:15 ` drow at gcc dot gnu dot org
2007-02-03 16:48 ` [Bug debug/27017] [4.0/4.1/4.2/4.3 " gdr at gcc dot gnu dot org
2007-02-03 20:28 ` pinskia at gcc dot gnu dot org
2007-02-14  9:10 ` mmitchel at gcc dot gnu dot org
2007-12-16 23:18 ` steven at gcc dot gnu dot org
2008-07-04 20:24 ` [Bug debug/27017] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
2008-11-13 12:13 ` jakub at gcc dot gnu dot org
2008-11-13 21:07 ` jakub at gcc dot gnu dot org
2008-11-13 21:12 ` [Bug debug/27017] [4.2/4.3 " jakub at gcc dot gnu dot org
2009-03-31 19:34 ` [Bug debug/27017] [4.3 " jsm28 at gcc dot gnu dot org
2009-08-04 12:37 ` rguenth at gcc dot gnu dot org
2010-05-22 18:17 ` 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).