This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13447] Another demangler problem with method cv-qualifiers
- From: "ian at wasabisystems dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Dec 2003 16:10:38 -0000
- Subject: [Bug c++/13447] Another demangler problem with method cv-qualifiers
- References: <20031219155953.13447.drow@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ian at wasabisystems dot com 2003-12-19 16:10 -------
Subject: Re: New: Another demangler problem with method cv-qualifiers
"drow at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:
> Try demangling this name:
> _ZZN8CryptoPP7NullRNGEvENK7NullRNG13AlgorithmNameEv
I agree that something seems to be wrong. However, I'm currently
confused by the placement of qualifiers in complex cases, so I'm not
sure how to correctly resolve this.
See
http://gcc.gnu.org/ml/gcc/2003-12/msg00902.html
I have not received any reply to this question.
I note that my demangler, the old libiberty demangler, and the C++
demangler all produce the same result for this mangled name.
It might help if you provided the C++ source code which generates this
mangled name.
Ian
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13447