aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 1d03294..7f57c1a 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,12 @@
+2023-06-04 Jason Merrill <jason@redhat.com>
+
+ PR c++/97720
+ * cp-tree.h (enum cp_tree_index): Add CPTI_CALL_TERMINATE_FN.
+ (call_terminate_fn): New macro.
+ * cp-gimplify.cc (gimplify_must_not_throw_expr): Use it.
+ * except.cc (init_exception_processing): Set it.
+ (cp_protect_cleanup_actions): Return it.
+
2023-06-03 Patrick Palka <ppalka@redhat.com>
PR c++/109923