]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 10 Feb 2021 00:17:23 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 10 Feb 2021 00:17:23 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index 36874dab450555c9896533cd56075fd3761cb76b..ae922d69f7d370dc027504ee36ac6dbd439a1154 100644 (file)
@@ -1,3 +1,11 @@
+2021-02-09  Eric Botcazou  <ebotcazou@adacore.com>
+
+       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  <vmakarov@redhat.com>
 
        PR target/97701
index 69950ec5a7ce0a7351fd28cdb574c5539c9068b6..0f49558f4942534b241a49b4cf4130405b111ae4 100644 (file)
@@ -1 +1 @@
-20210209
+20210210
index 2ab87abd003dc432b0bfc19dba09d1692be60856..38c87c7b42d94af333bf0dae7cf2f730e1f56bc9 100644 (file)
@@ -1,3 +1,12 @@
+2021-02-09  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2021-02-09  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/99021
+       * include/std/coroutine (coroutine_handle<P>::from_address): Add
+       noexcept.
+
 2021-01-13  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/98605
This page took 0.118334 seconds and 5 git commands to generate.