aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 93673ae..85751b0 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,20 @@
+2024-03-08 Jakub Jelinek <jakub@redhat.com>
+
+ * pt.cc (tsubst_expr): Handle MEM_REF.
+
+2024-03-08 Jakub Jelinek <jakub@redhat.com>
+
+ PR debug/113918
+ * cp-objcp-common.cc (cp_type_dwarf_attribute): Return 1
+ for DW_AT_export_symbols on anonymous structs or unions.
+
+2024-03-08 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/113802
+ * parser.cc (cp_parser_parameter_declaration): Move the xobj_param_p
+ pack diagnostics after ellipsis handling and if an error is reported,
+ pretend this specifier didn't appear. Formatting fix.
+
2024-03-07 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/114229