This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/42670] demangler doesn't completely demangle a global constructors symbol
- From: "hjl dot tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jan 2010 16:23:07 -0000
- Subject: [Bug other/42670] demangler doesn't completely demangle a global constructors symbol
- References: <bug-42670-5724@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from hjl dot tools at gmail dot com 2010-01-09 16:23 -------
libiberty/testsuite/demangle-expected has
---
--format=gnu-v3 --no-params
_GLOBAL__I__Z2fnv
global constructors keyed to _Z2fnv
global constructors keyed to _Z2fnv
---
Shouldn't it be
global constructors keyed to fn()
--
hjl dot tools at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
Summary|c++filt/nm --demangle |demangler doesn't completely
|doesn't completely demangle |demangle a global
|a global constructors symbol|constructors symbol
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42670