https://gcc.gnu.org/g:fbc57d48fb43093b268b0c07381a495f84503347

commit r15-10418-gfbc57d48fb43093b268b0c07381a495f84503347
Author: GCC Administrator <[email protected]>
Date:   Wed Oct 15 00:28:35 2025 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 24 ++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/c-family/ChangeLog  | 18 ++++++++++++++++++
 gcc/cp/ChangeLog        |  8 ++++++++
 gcc/testsuite/ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++
 5 files changed, 91 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 20fb2e701cd2..40abaf50ba49 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,27 @@
+2025-10-14  Jakub Jelinek  <[email protected]>
+
+       Backported from master:
+       2025-10-06  Jakub Jelinek  <[email protected]>
+
+       PR middle-end/122133
+       * stmt.cc (resolve_asm_operand_names): Handle % and 2 letters followed
+       by open square.
+
+2025-10-14  Jakub Jelinek  <[email protected]>
+
+       Backported from master:
+       2025-10-04  Jakub Jelinek  <[email protected]>
+
+       PR tree-optimization/122104
+       * tree-ssa-math-opts.cc (maybe_optimize_guarding_check): Call
+       reset_flow_sensitive_info_in_bb on bb when optimizing out the
+       guarding condition.
+
+2025-10-14  Haochen Jiang  <[email protected]>
+
+       * config/i386/i386.h (PTA_DIAMONDRAPIDS): Remove AMX-TRANSPOSE.
+       * doc/invoke.texi: Correct documentation.
+
 2025-10-13  Avinash Jayakar  <[email protected]>
 
        PR tree-optimization/122213
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 75df97b1a76c..0535efab6596 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20251014
+20251015
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 8adbb977bb61..e813e6ca40da 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,21 @@
+2025-10-14  Jakub Jelinek  <[email protected]>
+
+       Backported from master:
+       2025-10-09  Jakub Jelinek  <[email protected]>
+
+       PR c/122188
+       * c-gimplify.cc (c_gimplify_expr): Also gimplify the second operand
+       before the COND_EXPR and use in COND_EXPR result of gimplification.
+
+2025-10-14  Jakub Jelinek  <[email protected]>
+
+       Backported from master:
+       2025-10-08  Jakub Jelinek  <[email protected]>
+
+       PR c/122188
+       * c-gimplify.cc (c_gimplify_expr): Gimplify CALL_EXPR_ARG (*expr_p, 0)
+       instead of calling save_expr on it.
+
 2025-08-08  Release Manager
 
        * GCC 15.2.0 released.
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 6791f6869d81..92be4b2ba451 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,11 @@
+2025-10-14  Jason Merrill  <[email protected]>
+
+       Backported from master:
+       2025-08-21  Jason Merrill  <[email protected]>
+
+       PR c++/120757
+       * pt.cc (tsubst_expr) [OFFSET_REF]: Don't tsubst the type.
+
 2025-09-25  Nathaniel Shead  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a8521014f9ee..4defb0d1130c 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,43 @@
+2025-10-14  Jason Merrill  <[email protected]>
+
+       Backported from master:
+       2025-08-21  Jason Merrill  <[email protected]>
+
+       PR c++/120757
+       * g++.dg/cpp1y/auto-fn66.C: New test.
+
+2025-10-14  Jakub Jelinek  <[email protected]>
+
+       Backported from master:
+       2025-10-09  Jakub Jelinek  <[email protected]>
+
+       PR c/122188
+       * gcc.dg/torture/pr122188.c: New test.
+
+2025-10-14  Jakub Jelinek  <[email protected]>
+
+       Backported from master:
+       2025-10-08  Jakub Jelinek  <[email protected]>
+
+       PR c/122188
+       * c-c++-common/pr122188.c: New test.
+
+2025-10-14  Jakub Jelinek  <[email protected]>
+
+       Backported from master:
+       2025-10-06  Jakub Jelinek  <[email protected]>
+
+       PR middle-end/122133
+       * c-c++-common/toplevel-asm-9.c: New test.
+
+2025-10-14  Jakub Jelinek  <[email protected]>
+
+       Backported from master:
+       2025-10-04  Jakub Jelinek  <[email protected]>
+
+       PR tree-optimization/122104
+       * gcc.target/i386/pr122104.c: New test.
+
 2025-10-11  Robin Dapp  <[email protected]>
 
        Backported from master:

Reply via email to