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

index ce8754ef219121afd02934cd859a917dda514bb9..baf2160d75b712762cf7a6a36d982c7927eb9043 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.c (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-09-12  Uros Bizjak  <ubizjak@gmail.com>
 
        Backported from master:
index 72cdb479a0382f1920888f242607b3114746de64..e2ca227359736fcc703fe7c6ce0ca7c20d16e510 100644 (file)
@@ -1 +1 @@
-20231002
+20231003
index ee3bfddb72f5f8f24f884707e3b64227ec35fe11..5cd30ba79bcc1fbe30c71838eb32ec3b290d3688 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-09-12  Uros Bizjak  <ubizjak@gmail.com>
 
        Backported from master:
index 987628afc214232c0fec2144b9376e67a4029d21..fa2d9e3c93b28b40e6dead322aab8bfae7739be2 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  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: