]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 24 Dec 2024 00:25:25 +0000 (00:25 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 24 Dec 2024 00:25:25 +0000 (00:25 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index f5c2746b30699eb8ca252b2952c1804b92bbd277..0c838863aee3b150e4ba0f5122bbeb3f07f12937 100644 (file)
@@ -1,3 +1,23 @@
+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:
index 8f5ae44e83188fc6ea8b74a76965797b53290d41..556dfeee7c018a0e5c038453a3d825643d7b588c 100644 (file)
@@ -1 +1 @@
-20241223
+20241224
index 6c9f09bcdaf742709690d503505c952964f140d3..b64b9fb2d7df4d04b1566e5017d85c8ffaa74d7d 100644 (file)
@@ -1,3 +1,15 @@
+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:
index c5ecd31cf4cec87485b72f8eae244f7b62b1d5e7..ccb4bcd0767725d9c346242dbb48445b1749b749 100644 (file)
@@ -1,3 +1,14 @@
+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: