]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 22 Jun 2020 00:16:56 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 22 Jun 2020 00:16:56 +0000 (00:16 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 617221851832c58e4a722f5f19760e572c9762c0..5316c6c6e8542327f5016610ac30564eb50053da 100644 (file)
@@ -1 +1 @@
-20200621
+20200622
index c0fcc8eb0977c216769f40852e7293f713515463..fc66fcda3678503119404e1cb92326434f387475 100644 (file)
@@ -1,3 +1,13 @@
+2020-06-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2020-06-20  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR c++/95505
+       * coroutines.cc (morph_fn_to_coro): Update handling of
+       get-return-object-on-allocation-fail and diagnose missing
+       std::nothrow.
+
 2020-06-19  Jason Merrill  <jason@redhat.com>
 
        * method.c (early_check_defaulted_comparison): Allow defaulting
index 3b4e6f51cd8083b7647f4d2f38974e5f8beb0daf..4721e93bdfc92bf2b5c9eb93dca562fb85842911 100644 (file)
@@ -1,3 +1,11 @@
+2020-06-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2020-06-20  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR c++/95505
+       * g++.dg/coroutines/pr95505.C: New test.
+
 2020-06-20  Bin Cheng  <bin.cheng@linux.alibaba.com>
 
        PR tree-optimization/95110