]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 9 Jan 2021 00:17:08 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 9 Jan 2021 00:17:08 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index cb4ae0bba9926ffe03cca9461a89935aa2d3724c..75cdb7abf07ed95d907a1d810c208c921cbd3617 100644 (file)
@@ -1 +1 @@
-20210108
+20210109
index 79f52825fa2efe120f89c4d54e8c71754b8f581e..a17bbcd940eb82c78f2e8a2376bf80f164657cf1 100644 (file)
@@ -1,3 +1,21 @@
+2021-01-08  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2021-01-06  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR c++/96504
+       * g++.dg/coroutines/torture/pr95519-05-gro.C: Use suspend_always
+       as the final suspend point so that we can check that the state
+       machine has reached the expected point.
+
+2021-01-08  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2020-05-26  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * g++.dg/coroutines/torture/co-ret-17-void-ret-coro.C: Check for
+       promise destruction via a global variable.
+
 2021-01-07  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master:
index 0efb3363a0fb47cf52cc52c7b9ad691816a1257b..2bff7aeb6eee48c8f261a56977ab60b2eb394878 100644 (file)
@@ -1,3 +1,11 @@
+2021-01-08  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2020-07-17  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * include/std/coroutine: Mark the methods of the
+       trivial awaitables as constexpr.
+
 2021-01-03  Iain Sandoe  <iain@sandoe.co.uk>
            Jakub Jelinek   <jakub@redhat.com>