public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/11115] New: GCC doesn't generate DW_TAG_imported_{module,declaration} entries
@ 2003-06-06 19:01 carlton@bactrian.org
  2003-06-09 19:27 ` [Bug debug/11115] " pinskia@physics.uc.edu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: carlton@bactrian.org @ 2003-06-06 19:01 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: GCC doesn't generate
                    DW_TAG_imported_{module,declaration} entries
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: carlton@bactrian.org
                CC: gcc-bugs@gcc.gnu.org

GCC doesn't generate DW_TAG_imported_{module,declaration} entries when
compiling C++ files with using directives, using declarations, and namespace
aliases.  This isn't as important as the fact that it doesn't generate
DW_TAG_namespace entries, but it's still sub-optimal.

Verified by compiling programs with GCC 3.2.3 and by getting the current
mainline sources from CVS and examining dwarf2out.c for "DW_TAG_imported".


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

* [Bug debug/11115] GCC doesn't generate DW_TAG_imported_{module,declaration} entries
  2003-06-06 19:01 [Bug debug/11115] New: GCC doesn't generate DW_TAG_imported_{module,declaration} entries carlton@bactrian.org
@ 2003-06-09 19:27 ` pinskia@physics.uc.edu
  2003-08-06  3:50 ` pinskia at physics dot uc dot edu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-09 19:27 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-09 19:27:16
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-06-09 19:27 -------
confirmed on the mainline (20030609), gcc does not produce the debuging info.


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

* [Bug debug/11115] GCC doesn't generate DW_TAG_imported_{module,declaration} entries
  2003-06-06 19:01 [Bug debug/11115] New: GCC doesn't generate DW_TAG_imported_{module,declaration} entries carlton@bactrian.org
  2003-06-09 19:27 ` [Bug debug/11115] " pinskia@physics.uc.edu
@ 2003-08-06  3:50 ` pinskia at physics dot uc dot edu
  2004-01-01 23:34 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-06  3:50 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |---


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

* [Bug debug/11115] GCC doesn't generate DW_TAG_imported_{module,declaration} entries
  2003-06-06 19:01 [Bug debug/11115] New: GCC doesn't generate DW_TAG_imported_{module,declaration} entries carlton@bactrian.org
  2003-06-09 19:27 ` [Bug debug/11115] " pinskia@physics.uc.edu
  2003-08-06  3:50 ` pinskia at physics dot uc dot edu
@ 2004-01-01 23:34 ` pinskia at gcc dot gnu dot org
  2004-01-27 23:22 ` dpatel at apple dot com
  2004-01-27 23:26 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-01 23:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-01 23:34 -------
In the mainline we ouput at least DW_TAG_imported_declaration.

-- 


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


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

* [Bug debug/11115] GCC doesn't generate DW_TAG_imported_{module,declaration} entries
  2003-06-06 19:01 [Bug debug/11115] New: GCC doesn't generate DW_TAG_imported_{module,declaration} entries carlton@bactrian.org
                   ` (2 preceding siblings ...)
  2004-01-01 23:34 ` pinskia at gcc dot gnu dot org
@ 2004-01-27 23:22 ` dpatel at apple dot com
  2004-01-27 23:26 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: dpatel at apple dot com @ 2004-01-27 23:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dpatel at apple dot com  2004-01-27 23:22 -------
Following check-in adds this support in GCC 3.5

http://gcc.gnu.org/ml/gcc-cvs/2004-01/msg01394.html

-- 


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


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

* [Bug debug/11115] GCC doesn't generate DW_TAG_imported_{module,declaration} entries
  2003-06-06 19:01 [Bug debug/11115] New: GCC doesn't generate DW_TAG_imported_{module,declaration} entries carlton@bactrian.org
                   ` (3 preceding siblings ...)
  2004-01-27 23:22 ` dpatel at apple dot com
@ 2004-01-27 23:26 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-27 23:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-27 23:26 -------
Fixed for 3.5.0.

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


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


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

end of thread, other threads:[~2004-01-27 23:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-06 19:01 [Bug debug/11115] New: GCC doesn't generate DW_TAG_imported_{module,declaration} entries carlton@bactrian.org
2003-06-09 19:27 ` [Bug debug/11115] " pinskia@physics.uc.edu
2003-08-06  3:50 ` pinskia at physics dot uc dot edu
2004-01-01 23:34 ` pinskia at gcc dot gnu dot org
2004-01-27 23:22 ` dpatel at apple dot com
2004-01-27 23:26 ` pinskia 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).