This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/28460] [4.0/4.1/4.2 Regression] g++ emits bogus namespace DIE
- From: "drow at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jul 2006 00:12:33 -0000
- Subject: [Bug debug/28460] [4.0/4.1/4.2 Regression] g++ emits bogus namespace DIE
- References: <bug-28460-3264@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from drow at gcc dot gnu dot org 2006-07-23 00:12 -------
Mark, did the old C++ parser have TYPE_CONTEXT == NULL for the global scope and
the new one have it pointing to the global namespace, or something like that?
If so, I guess we'll have to strip that out in dwarf2out. We can't compare
against global_namespace, so do you have a recommendation on how to identify
it?
--
drow at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mmitchel at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28460