aboutsummaryrefslogtreecommitdiff
path: root/libcc1/ChangeLog
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2017-10-04 16:55:54 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2017-10-04 16:55:54 +0000
commitb419102c126ef6fa1b80566bbe9cb299ef860432 (patch)
tree10b8e208a125c5c7bcf4fe9a2e5783a2436fd29a /libcc1/ChangeLog
parentbaf20d8df23fd33363b997a423d57bb0c3405a38 (diff)
downloadgcc-b419102c126ef6fa1b80566bbe9cb299ef860432.zip
gcc-b419102c126ef6fa1b80566bbe9cb299ef860432.tar.gz
gcc-b419102c126ef6fa1b80566bbe9cb299ef860432.tar.bz2
[C++ PATCH] Move mangling alias out of ::
https://gcc.gnu.org/ml/gcc-patches/2017-10/msg00199.html gcc/cp/ Move mangling aliases out of global namespace. * cp-tree.h (record_mangling): New. (maybe_remove_implicit_alias): Delete. * decl2.c (mangled_decls): New hash map. (generate_mangling_alias): Reimplement using mangled_decls. (record_mangling): New. * mangle.c (decl_implicit_alias_p, maybe_remove_implicit_alias): Delete. (mangle_decl): Use record_mangling. * name-lookup.c (supplement_binding_1): Remove maybe_remove_implicit_alias check. * call.c (convert_arg_to_ellipsis): Correct comment about passing by reference. gcc/testsuite/ * g++.dg/abi/mangle41.C: Adjust diagnostics. libcc1/ * libcp1plugin.cc (supplement_binding): Don't use maybe_remove_implicit_alias. From-SVN: r253421
Diffstat (limited to 'libcc1/ChangeLog')
-rw-r--r--libcc1/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libcc1/ChangeLog b/libcc1/ChangeLog
index 4d8f40c..ea7a1ae 100644
--- a/libcc1/ChangeLog
+++ b/libcc1/ChangeLog
@@ -1,3 +1,8 @@
+2017-10-04 Nathan Sidwell <nathan@acm.org>
+
+ * libcp1plugin.cc (supplement_binding): Don't use
+ maybe_remove_implicit_alias.
+
2017-07-20 Nathan Sidwell <nathan@acm.org>
Remove TYPE_METHODS.