This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/35201] libdemangle no longer distinguishes constructor/destructor variants
- From: "ian at airs dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Jul 2008 05:49:26 -0000
- Subject: [Bug c++/35201] libdemangle no longer distinguishes constructor/destructor variants
- References: <bug-35201-15780@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from ian at airs dot com 2008-07-10 05:49 -------
Yes, the old demangler printed additional text in some cases when DMGL_VERBOSE
was passed as a flag. c++filt passes that flag. The new demangler doesn't
print that additional text. There are several FIXME comments in
libiberty/cp-demangle.c which marks the places which could or should be
changed.
--
ian at airs dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|ian at gcc dot gnu dot org |ian at airs dot com
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2008-07-10 05:49:25
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35201