aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-01-14 00:17:47 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-01-14 00:17:47 +0000
commited5bf2080c538b63459891dbd8f217823f7c6127 (patch)
tree83e8c60479748c46a141fa9dc627fbcccb80e703 /gcc/cp
parent20da56165273c8814b3c53e6d71549ba6a37e0cd (diff)
downloadgcc-ed5bf2080c538b63459891dbd8f217823f7c6127.zip
gcc-ed5bf2080c538b63459891dbd8f217823f7c6127.tar.gz
gcc-ed5bf2080c538b63459891dbd8f217823f7c6127.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 69883bf..3c085f5 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2024-01-13 Jakub Jelinek <jakub@redhat.com>
+
+ * mangle.cc (write_nested_name): Mangle explicit object
+ member functions with H as per
+ https://github.com/itanium-cxx-abi/cxx-abi/issues/148 non-proposal.
+
2024-01-12 Jason Merrill <jason@redhat.com>
PR c++/113038