]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 15 Oct 2021 00:18:36 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 15 Oct 2021 00:18:36 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 8227ac807e0ad848eef3cb79896abbe6b51c7b32..fd707dada8900a9bd6f47d1be11b390c62a07ffe 100644 (file)
@@ -1,3 +1,14 @@
+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:
index 4f146eef94c0a56fddfb0bbd66eb6cbcc64fc42d..86db4aa173894f24ff8d1b2e0ebb1fb72d22a077 100644 (file)
@@ -1 +1 @@
-20211014
+20211015
index 9c946c0a6fb870310e3aff722a13c46ced07e9af..d5a5d1f011993cfd0fe85db05773af4e66562fe9 100644 (file)
@@ -1,3 +1,8 @@
+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:
index e495becb4497ad3d32a3586b81c4f88d5a121ffc..5895681d9c98982f0951b33a835ac445085d9876 100644 (file)
@@ -1,3 +1,17 @@
+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: