aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index edff6125c36..172dffe55d0 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,18 @@
+2024-05-29 Jason Merrill <jason@redhat.com>
+
+ PR c++/109753
+ * decl.cc (start_preparsed_function): Call decl_attributes.
+
+2024-05-29 Jason Merrill <jason@redhat.com>
+
+ * lang-specs.h: Add module interface extensions.
+
+2024-05-29 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/115223
+ * tree.cc (build_cp_fntype_variant): Propagate structural
+ equality of the exception-less variant.
+
2024-05-28 Marek Polacek <polacek@redhat.com>
PR c++/109396