aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 46781e0..3dd34cf 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,14 @@
+2024-08-15 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2024-08-15 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/116327
+ PR c++/104981
+ PR c++/115550
+ * coroutines.cc (morph_fn_to_coro): Use build_fold_indirect_ref
+ instead of cp_build_fold_indirect_ref.
+
2024-08-06 Jason Merrill <jason@redhat.com>
Backported from master: