From e61d6d83b845849405fbf650b5e77e8debb73d0f Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Mon, 18 Mar 2002 19:21:38 -0500 Subject: [PATCH] add mangling note From-SVN: r51015 --- gcc/cp/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/cp/NEWS b/gcc/cp/NEWS index 3c35afbe787..caee3fb48b0 100644 --- a/gcc/cp/NEWS +++ b/gcc/cp/NEWS @@ -4,6 +4,10 @@ a workaround to allow std compliant code to work with the non-std compliant libstdc++-v2. libstdc++-v3 is std compliant. +* 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. + * The C++ ABI has been changed to correctly handle this code: struct A { -- 2.30.2