+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
+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