public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/23205] [4.0/4.1 Regression] [C++/unit-at-a-time] stabs debug info omitted for global const variables
       [not found] <bug-23205-690@http.gcc.gnu.org/bugzilla/>
@ 2005-10-06  0:47 ` cvs-commit at gcc dot gnu dot org
  2005-10-06  1:17 ` [Bug debug/23205] [4.0 " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-06  0:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from cvs-commit at gcc dot gnu dot org  2005-10-06 00:47 -------
Subject: Bug 23205

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     dpatel@gcc.gnu.org      2005-10-06 00:47:21

Modified files:
        gcc            : ChangeLog dbxout.c 
        gcc/testsuite  : ChangeLog 
Added files:
        gcc/testsuite/g++.dg/other: PR23205.C 

Log message:
        PR Debug/23205
        * dbxout.c (dbxout_symbol): Check DECL_RTL_SET_P, after
        handling constants. Check NAMESPACE_DECL context for constants.

        * g++.dg/other/PR23205.C: New.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.10097&r2=2.10098
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dbxout.c.diff?cvsroot=gcc&r1=1.239&r2=1.240
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.6143&r2=1.6144
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/other/PR23205.C.diff?cvsroot=gcc&r1=NONE&r2=1.1


-- 


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


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

* [Bug debug/23205] [4.0 Regression] [C++/unit-at-a-time] stabs debug info omitted for global const variables
       [not found] <bug-23205-690@http.gcc.gnu.org/bugzilla/>
  2005-10-06  0:47 ` [Bug c++/23205] [4.0/4.1 Regression] [C++/unit-at-a-time] stabs debug info omitted for global const variables cvs-commit at gcc dot gnu dot org
@ 2005-10-06  1:17 ` pinskia at gcc dot gnu dot org
  2006-03-11  3:22 ` mmitchel at gcc dot gnu dot org
  2007-02-03 15:35 ` gdr at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-06  1:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from pinskia at gcc dot gnu dot org  2005-10-06 01:16 -------
Fixed at least on the mainline.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |debug
            Summary|[4.0/4.1 Regression]        |[4.0 Regression] [C++/unit-
                   |[C++/unit-at-a-time] stabs  |at-a-time] stabs debug info
                   |debug info omitted for      |omitted for global const
                   |global const variables      |variables


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


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

* [Bug debug/23205] [4.0 Regression] [C++/unit-at-a-time] stabs debug info omitted for global const variables
       [not found] <bug-23205-690@http.gcc.gnu.org/bugzilla/>
  2005-10-06  0:47 ` [Bug c++/23205] [4.0/4.1 Regression] [C++/unit-at-a-time] stabs debug info omitted for global const variables cvs-commit at gcc dot gnu dot org
  2005-10-06  1:17 ` [Bug debug/23205] [4.0 " pinskia at gcc dot gnu dot org
@ 2006-03-11  3:22 ` mmitchel at gcc dot gnu dot org
  2007-02-03 15:35 ` gdr at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-03-11  3:22 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

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


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


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

* [Bug debug/23205] [4.0 Regression] [C++/unit-at-a-time] stabs debug info omitted for global const variables
       [not found] <bug-23205-690@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-03-11  3:22 ` mmitchel at gcc dot gnu dot org
@ 2007-02-03 15:35 ` gdr at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: gdr at gcc dot gnu dot org @ 2007-02-03 15:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from gdr at gcc dot gnu dot org  2007-02-03 15:35 -------
Fixed in GCC-4.1.0 and higher.


-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.0.4                       |4.1.0


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


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

end of thread, other threads:[~2007-02-03 15:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-23205-690@http.gcc.gnu.org/bugzilla/>
2005-10-06  0:47 ` [Bug c++/23205] [4.0/4.1 Regression] [C++/unit-at-a-time] stabs debug info omitted for global const variables cvs-commit at gcc dot gnu dot org
2005-10-06  1:17 ` [Bug debug/23205] [4.0 " pinskia at gcc dot gnu dot org
2006-03-11  3:22 ` mmitchel at gcc dot gnu dot org
2007-02-03 15:35 ` gdr 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).