From: GCC Administrator Date: Wed, 10 Feb 2021 00:17:23 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-10.3.0~309 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=617caf75f69ff84435ab4f9ffe7f87f4ba8b747e;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 36874dab4505..ae922d69f7d3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2021-02-09 Eric Botcazou + + PR rtl-optimization/96015 + * reorg.c (skip_consecutive_labels): Minor comment tweaks. + (relax_delay_slots): When deleting a jump to the next active + instruction over a barrier, first delete the barrier if the + jump is the only way to reach the target label. + 2021-02-04 Vladimir N. Makarov PR target/97701 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 69950ec5a7ce..0f49558f4942 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20210209 +20210210 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2ab87abd003d..38c87c7b42d9 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,12 @@ +2021-02-09 Jonathan Wakely + + Backported from master: + 2021-02-09 Jonathan Wakely + + PR libstdc++/99021 + * include/std/coroutine (coroutine_handle

::from_address): Add + noexcept. + 2021-01-13 Jonathan Wakely PR libstdc++/98605