This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/11114] New: GCC doesn't generate DW_TAG_namespace entries


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

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

           Summary: GCC doesn't generate DW_TAG_namespace entries
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: debug
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: carlton@bactrian.org
                CC: gcc-bugs@gcc.gnu.org

GCC doesn't generate DW_TAG_namespace entries when generating DWARF 2 debug info
for C++ programs that use namespaces.  This makes the lives of us poor GDB
C++ hackers difficult. :-(

(Verified by compiling programs with GCC 3.2.3 and by downloading the current
mainline sources from CVS and noticing that "DW_TAG_namespace" doesn't occur
in dwarf2out.c.)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]