aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-06-26 00:16:55 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-06-26 00:16:55 +0000
commit89da6aabbc54f6cbad24ff23c6639a836f24a2f2 (patch)
treefdb9175b6891bfd71727e5be15193d844c07917f /gcc/cp
parent69240fb9428513687d451af19fb762687fe65786 (diff)
downloadgcc-89da6aabbc54f6cbad24ff23c6639a836f24a2f2.zip
gcc-89da6aabbc54f6cbad24ff23c6639a836f24a2f2.tar.gz
gcc-89da6aabbc54f6cbad24ff23c6639a836f24a2f2.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index a8f21f9..eee0280 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,12 @@
+2020-06-25 Iain Sandoe <iain@sandoe.co.uk>
+
+ Backported from master:
+ 2020-06-23 Iain Sandoe <iain@sandoe.co.uk>
+
+ PR c++/95477
+ * coroutines.cc (morph_fn_to_coro): Apply a cleanup to
+ the get return object when the DTOR is non-trivial.
+
2020-06-24 Jason Merrill <jason@redhat.com>
Backported from master: