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