From: GCC Administrator Date: Sat, 9 Jan 2021 00:17:08 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-10.3.0~425 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b7240fc0ba708bcdbf919448c7908d481fb51fc;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index cb4ae0bba992..75cdb7abf07e 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20210108 +20210109 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 79f52825fa2e..a17bbcd940eb 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,21 @@ +2021-01-08 Iain Sandoe + + Backported from master: + 2021-01-06 Iain Sandoe + + 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 + + Backported from master: + 2020-05-26 Iain Sandoe + + * g++.dg/coroutines/torture/co-ret-17-void-ret-coro.C: Check for + promise destruction via a global variable. + 2021-01-07 Paul Thomas Backported from master: diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0efb3363a0fb..2bff7aeb6eee 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,11 @@ +2021-01-08 Iain Sandoe + + Backported from master: + 2020-07-17 Iain Sandoe + + * include/std/coroutine: Mark the methods of the + trivial awaitables as constexpr. + 2021-01-03 Iain Sandoe Jakub Jelinek