https://gcc.gnu.org/g:18540d2241c3550e5368d342685f5fb3d1130a4d

commit r15-10459-g18540d2241c3550e5368d342685f5fb3d1130a4d
Author: GCC Administrator <[email protected]>
Date:   Tue Oct 28 00:33:02 2025 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 32 ++++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/testsuite/ChangeLog | 31 +++++++++++++++++++++++++++++++
 3 files changed, 64 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d2d239191580..624d726b4821 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,35 @@
+2025-10-27  Jakub Jelinek  <[email protected]>
+
+       PR tree-optimization/122394
+       * tree-ssa-phiopt.cc (spaceship_replacement): Use
+       build_debug_expr_decl instead of manually building DEBUG_EXPR_DECL
+       and getting SET_DECL_MODE wrong.
+
+2025-10-27  Jeff Law  <[email protected]>
+
+       Backported from master:
+       2025-10-13  Jeff Law  <[email protected]>
+
+       PR target/120674
+       * config/riscv/riscv.cc (riscv_dwarf_poly_indeterminite_value): Do not
+       set FACTOR to zero, for that case use one instead.
+
+2025-10-27  Tamar Christina  <[email protected]>
+
+       Backported from master:
+       2025-10-17  Tamar Christina  <[email protected]>
+                   Jennifer Schmitz  <[email protected]>
+
+       PR target/121604
+       * config/aarch64/aarch64-sve-builtins-shapes.cc (apply_predication):
+       Store gp_index.
+       (struct pmov_to_vector_lane_def): Mark instruction as has no GP.
+       * config/aarch64/aarch64-sve-builtins.h (function_instance::gp_value,
+       function_instance::inactive_values, function_instance::gp_index,
+       function_shape::has_gp_argument_p): New.
+       * config/aarch64/aarch64-sve-builtins.cc (gimple_folder::fold_pfalse):
+       Simplify code and use GP helpers.
+
 2025-10-26  LIU Hao  <[email protected]>
 
        Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 6e95effb6d93..0bfc1e9884d3 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20251027
+20251028
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 89f374afaf80..dbe976777497 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,34 @@
+2025-10-27  Jakub Jelinek  <[email protected]>
+
+       PR tree-optimization/122394
+       * g++.dg/opt/pr122394.C: New test.
+
+2025-10-27  Jeff Law  <[email protected]>
+
+       Backported from master:
+       2025-10-13  Jeff Law  <[email protected]>
+
+       PR target/120674
+       * gcc.target/riscv/pr120674.c: New test.
+
+2025-10-27  Tamar Christina  <[email protected]>
+
+       Backported from master:
+       2025-10-17  Tamar Christina  <[email protected]>
+                   Jennifer Schmitz  <[email protected]>
+
+       PR target/121604
+       * gcc.target/aarch64/sve/pr121604_brk.c: New test.
+       * gcc.target/aarch64/sve2/pr121604_pmov.c: New test.
+
+2025-10-27  H.J. Lu  <[email protected]>
+
+       Backported from master:
+       2025-10-27  H.J. Lu  <[email protected]>
+
+       PR target/122323
+       * gcc.target/i386/builtin-copysign-8b.c: Add -mtune=generic.
+
 2025-10-26  Alexandre Oliva  <[email protected]>
 
        Backported from master:

Reply via email to