aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/NEWS
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2002-03-18 19:21:38 -0500
committerJason Merrill <jason@gcc.gnu.org>2002-03-18 19:21:38 -0500
commite61d6d83b845849405fbf650b5e77e8debb73d0f (patch)
tree2520c11a78090a9ffa4a19b7f459347b8e8e9fcb /gcc/cp/NEWS
parent3039874b15c391cc2a793abcfa3c2ef1f73844c9 (diff)
downloadgcc-e61d6d83b845849405fbf650b5e77e8debb73d0f.zip
gcc-e61d6d83b845849405fbf650b5e77e8debb73d0f.tar.gz
gcc-e61d6d83b845849405fbf650b5e77e8debb73d0f.tar.bz2
add mangling note
From-SVN: r51015
Diffstat (limited to 'gcc/cp/NEWS')
-rw-r--r--gcc/cp/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/cp/NEWS b/gcc/cp/NEWS
index 3c35afb..caee3fb 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 {