+2021-10-14 Vladimir N. Makarov <vmakarov@redhat.com>
+
+ PR rtl-optimization/102627
+ * lra-constraints.c (split_reg): Use at least natural mode of hard reg.
+
+2021-10-14 John David Anglin <danglin@gcc.gnu.org>
+
+ * config/pa/pa.md (cbranchsf4): Disable if TARGET_SOFT_FLOAT.
+ (cbranchdf4): Likewise.
+ Add missing move patterns for TARGET_SOFT_FLOAT.
+
2021-10-13 Iain Sandoe <iain@sandoe.co.uk>
Backported from master:
+2021-10-14 Vladimir N. Makarov <vmakarov@redhat.com>
+
+ PR rtl-optimization/102627
+ * gcc.target/i386/pr102627.c: New test.
+
2021-10-11 Andrew Pinski <apinski@marvell.com>
Backported from master:
+2021-10-14 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2021-07-22 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/101583
+ * include/bits/hashtable.h (_Hashtable): Replace mixin with
+ _Enable_default_ctor. Construct it explicitly in all
+ non-forwarding, non-defaulted constructors.
+ * testsuite/23_containers/unordered_map/cons/default.cc: Check
+ non-default constructors can be used.
+ * testsuite/23_containers/unordered_set/cons/default.cc:
+ Likewise.
+
2021-10-13 Jonathan Wakely <jwakely@redhat.com>
Backported from master: