aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 9daad1f..98267cd 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,16 @@
+2024-01-17 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/112588
+ * module.cc (trees_in::read_function_def): Don't overwrite
+ arguments.
+
+2024-01-17 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/113242
+ PR c++/99493
+ * pt.cc (invalid_tparm_referent_p) <case ADDR_EXPR>: Suppress
+ DECL_ARTIFICIAL rejection test for class NTTP objects.
+
2024-01-16 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/113292