From 8d96e14c1d61b04cd424cdbb6c830bb204dafbcf Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Sat, 5 Mar 2022 00:16:31 +0000 Subject: Daily bump. --- gcc/cp/ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'gcc/cp') diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 2c2a4fa..86e0432 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,26 @@ +2022-03-04 Nathan Sidwell + + * mangle.cc (is_std_substitution): Check global module. + (is_std_substitution_char): Return bool. + +2022-03-04 Nathan Sidwell + + * cp-tree.h (mangle_identifier): Replace with ... + (mangle_module_component): ... this. + * mangle.cc (dump_substitution_candidates): Adjust. + (add_substitution): Likewise. + (find_substitution): Likewise. + (unmangled_name_p): Likewise. + (mangle_module_substitution): Reimplement. + (mangle_module_component): New. + (write_module, maybe_write_module): Adjust. + (write_name): Drop modules here. + (write_unqualified): Do them here instead. + (mangle_global_init): Adjust. + * module.cc (module_state::mangle): Adjust. + (mangle_module): Likewise. + (get_originating_module): Adjust. + 2022-02-28 Marek Polacek PR c++/104682 -- cgit v1.1