]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 3 Oct 2023 00:20:16 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 3 Oct 2023 00:20:16 +0000 (00:20 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 5cf1bbfeee32780da42f854560238c1c4aaca202..68f8ef98871ddd6c1780b8642645ddfad818bb4c 100644 (file)
@@ -1,3 +1,17 @@
+2023-10-02  Pat Haugen  <pthaugen@linux.ibm.com>
+
+       Backported from master:
+       2023-09-19  Pat Haugen  <pthaugen@linux.ibm.com>
+
+       * config/rs6000/rs6000.cc (rs6000_rtx_costs): Check whether the
+       modulo instruction is disabled.
+       * config/rs6000/rs6000.h (RS6000_DISABLE_SCALAR_MODULO): New.
+       * config/rs6000/rs6000.md (mod<mode>3, *mod<mode>3): Check it.
+       (define_expand umod<mode>3): New.
+       (define_insn umod<mode>3): Rename to *umod<mode>3 and check if the modulo
+       instruction is disabled.
+       (umodti3, modti3): Check if the modulo instruction is disabled.
+
 2023-10-01  Andrew Pinski  <apinski@marvell.com>
 
        Backported from master:
index 72cdb479a0382f1920888f242607b3114746de64..e2ca227359736fcc703fe7c6ce0ca7c20d16e510 100644 (file)
@@ -1 +1 @@
-20231002
+20231003
index 56b42fd37730a01f412dcaa2d7f9e07169ed2b80..63b107f3220bc83b3e05b6fcb1af011d04daedb9 100644 (file)
@@ -1,3 +1,14 @@
+2023-10-02  Pat Haugen  <pthaugen@linux.ibm.com>
+
+       Backported from master:
+       2023-09-19  Pat Haugen  <pthaugen@linux.ibm.com>
+
+       * gcc.target/powerpc/clone1.c: Add xfails.
+       * gcc.target/powerpc/clone3.c: Likewise.
+       * gcc.target/powerpc/mod-1.c: Update scan strings and add xfails.
+       * gcc.target/powerpc/mod-2.c: Likewise.
+       * gcc.target/powerpc/p10-vdivq-vmodq.c: Add xfails.
+
 2023-10-01  Andrew Pinski  <apinski@marvell.com>
 
        Backported from master:
index 70b7235d143fb6ea1d9ea7aa56a8e6035daea470..b9283607c0c5b8b8192d1022d2939ac3b22a8620 100644 (file)
@@ -1,3 +1,13 @@
+2023-10-02  Tim Song  <t.canens.cpp@gmail.com>
+
+       Backported from master:
+       2023-09-28  Tim Song  <t.canens.cpp@gmail.com>
+
+       PR libstdc++/111050
+       * include/bits/hashtable_policy.h
+       (_Hash_node_value_base<>::_M_valptr(), _Hash_node_value_base<>::_M_v())
+       Add [[__gnu__::__always_inline__]].
+
 2023-09-27  Paul Dreik  <gccpatches@pauldreik.se>
 
        Backported from master: