This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Mangling change between gcc 3.0 and gcc 3.1
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Matt Austern <austern at apple dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 07 Nov 2002 02:11:10 +0100
- Subject: Re: Mangling change between gcc 3.0 and gcc 3.1
- Organization: Integrable Solutions
- References: <1CD27E84-F1EA-11D6-9246-000393B2ABA2@apple.com>
Matt Austern <austern@apple.com> writes:
| Obviously this is a bug in 3.1 or 3.2: either the
| compiler or the demangler is wrong. The question
| I don't know: which is it?
Maybe I'm wrong but I think there are some notes to that effect in
cp/NEWS:
*** Changes in GCC 3.1:
[...]
* The C++ ABI has been fixed so that `void (A::*)() const' is mangled as
"M1AKFvvE", rather than "MK1AFvvE" as before. This change only affects
pointer to cv-qualified member function types.
-- Gaby