]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 4 Nov 2025 00:26:35 +0000 (00:26 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 4 Nov 2025 00:26:35 +0000 (00:26 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index af8c24da51d6e9860bc0229fb0f1c8a244909bbc..fb9b2fea697382fd431ff946e3482c062cb43b2f 100644 (file)
@@ -1,3 +1,22 @@
+2025-11-03  Jeff Law  <jlaw@ventanamicro.com>
+
+       Backported from master:
+       2025-11-01  Jeff Law  <jlaw@ventanamicro.com>
+
+       PR rtl-optimization/122321
+       * lra-constraints.cc (update_equiv): Make sure REGNO is in
+       ira_reg_equiv before trying to update ira_reg_equiv.
+
+2025-11-03  Andrew Pinski  <andrew.pinski@oss.qualcomm.com>
+
+       Backported from master:
+       2025-10-26  Andrew Pinski  <andrew.pinski@oss.qualcomm.com>
+
+       PR target/122270
+       * config/riscv/riscv-vector-builtins-bases.cc (vset::fold): Use the
+       unshare_expr for the statement that will be added seperately rather
+       the one which will be used for the replacement.
+
 2025-11-02  Georg-Johann Lay  <avr@gjlay.de>
 
        Backported from master:
index 2bb6e40da9a3aa3590b9f1004a9071c5e7ef9200..23733dc657b27b74db654823c21d31d401af5ca6 100644 (file)
@@ -1 +1 @@
-20251103
+20251104
index 76e16807516e5412a3b9350075b9f5ed0cf3af90..ab6c960e3467d00270e2ca3ad052121727aa534f 100644 (file)
@@ -1,3 +1,19 @@
+2025-11-03  Jeff Law  <jlaw@ventanamicro.com>
+
+       Backported from master:
+       2025-11-01  Jeff Law  <jlaw@ventanamicro.com>
+
+       PR rtl-optimization/122321
+       * gcc.target/riscv/rvv/autovec/pr122321.c: New test.
+
+2025-11-03  Andrew Pinski  <andrew.pinski@oss.qualcomm.com>
+
+       Backported from master:
+       2025-10-26  Andrew Pinski  <andrew.pinski@oss.qualcomm.com>
+
+       PR target/122270
+       * gcc.target/riscv/rvv/base/pr122270-1.c: New test.
+
 2025-11-02  Nathaniel Shead  <nathanieloshead@gmail.com>
 
        Backported from master: