aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-03-05 00:16:31 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-03-05 00:16:31 +0000
commit8d96e14c1d61b04cd424cdbb6c830bb204dafbcf (patch)
treed6f7dd40c88d7c7ca18be3c35ca2cacc8f87d4ce /gcc/cp
parent93557e6dc391971c4ebce557ce3e3763e66ada3b (diff)
downloadgcc-8d96e14c1d61b04cd424cdbb6c830bb204dafbcf.zip
gcc-8d96e14c1d61b04cd424cdbb6c830bb204dafbcf.tar.gz
gcc-8d96e14c1d61b04cd424cdbb6c830bb204dafbcf.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog23
1 files changed, 23 insertions, 0 deletions
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 <nathan@acm.org>
+
+ * mangle.cc (is_std_substitution): Check global module.
+ (is_std_substitution_char): Return bool.
+
+2022-03-04 Nathan Sidwell <nathan@acm.org>
+
+ * 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 <polacek@redhat.com>
PR c++/104682