aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-11-21 00:17:53 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-11-21 00:17:53 +0000
commit30d8188e6d1b450533ab0055b951ebfc75022219 (patch)
treebb1656ce8009780cab0a0b10a45e7178cdeb40a9 /gcc/cp
parent721cdcd1ddde0738deb08895e113a8db84187a14 (diff)
downloadgcc-30d8188e6d1b450533ab0055b951ebfc75022219.zip
gcc-30d8188e6d1b450533ab0055b951ebfc75022219.tar.gz
gcc-30d8188e6d1b450533ab0055b951ebfc75022219.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index b5b1f18..a4ab60f 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,21 @@
+2023-11-20 Marc Poulhiès <dkm@kataplop.net>
+
+ * lambda.cc (compare_lambda_sig): Fix typo in variadic.
+
+2023-11-20 Jason Merrill <jason@redhat.com>
+
+ * pt.cc (comp_template_parms): Just one level.
+ (template_parameter_lists_equivalent_p): Likewise.
+
+2023-11-20 Jason Merrill <jason@redhat.com>
+
+ * cp-tree.h (DECL_TEMPLATE_PARM_CHECK): New.
+ (DECL_IMPLICIT_TEMPLATE_PARM_P): New.
+ (decl_template_parm_check): New.
+ * mangle.cc (write_closure_template_head): Use it.
+ * parser.cc (synthesize_implicit_template_parm): Likewise.
+ * pt.cc (template_parameters_equivalent_p): Likewise.
+
2023-11-19 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/99187