[Bug debug/11114] New: GCC doesn't generate DW_TAG_namespace entries
carlton@bactrian.org
gcc-bugzilla@gcc.gnu.org
Fri Jun 6 18:56:00 GMT 2003
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.)
More information about the Gcc-bugs
mailing list