projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3039874
)
add mangling note
author
Jason Merrill
<jason@gcc.gnu.org>
Tue, 19 Mar 2002 00:21:38 +0000
(19:21 -0500)
committer
Jason Merrill
<jason@gcc.gnu.org>
Tue, 19 Mar 2002 00:21:38 +0000
(19:21 -0500)
From-SVN: r51015
gcc/cp/NEWS
patch
|
blob
|
history
diff --git
a/gcc/cp/NEWS
b/gcc/cp/NEWS
index 3c35afbe78775df356b8323ad2b8818db87d39d0..caee3fb48b0932a1da2c4e49137e6696812c40aa 100644
(file)
--- 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 {