+2024-12-23 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2024-12-19 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/118069
+ * hwint.h (add_sat_hwi): New function.
+ (mul_sat_hwi): Likewise.
+
+2024-12-23 Christophe Lyon <christophe.lyon@linaro.org>
+
+ Revert:
+ 2024-12-19 Christophe Lyon <christophe.lyon@linaro.org>
+ Jakub Jelinek <jakub@redhat.com>
+
+ PR target/114801
+ * config/arm/arm-mve-builtins.cc
+ (function_expander::add_input_operand): Handle CONST_INT
+ predicates.
+
2024-12-19 Christophe Lyon <christophe.lyon@linaro.org>
Backported from master:
+2024-12-23 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2024-12-19 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/118069
+ * logic.cc (dnf_size_r): Use HOST_WIDE_INT instead of int, and
+ handle overflow gracefully via add_sat_hwi and mul_sat_hwi.
+ (cnf_size_r): Likewise.
+ (dnf_size): Use HOST_WIDE_INT instead of int.
+ (cnf_size): Likewise.
+
2024-12-05 Simon Martin <simon@nasilyan.com>
Backported from master:
+2024-12-23 Christophe Lyon <christophe.lyon@linaro.org>
+
+ Revert:
+ 2024-12-23 Christophe Lyon <christophe.lyon@linaro.org>
+ Jakub Jelinek <jakub@redhat.com>
+
+ PR target/114801
+ * gcc.target/arm/mve/pr108443.c: Update predicate constant.
+ * gcc.target/arm/mve/pr108443-run.c: Likewise.
+ * gcc.target/arm/mve/pr114801.c: New test.
+
2024-12-22 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Backported from master: