mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 14:50:57 +08:00
add mangling note
From-SVN: r51015
This commit is contained in:
parent
3039874b15
commit
e61d6d83b8
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user