]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 15 Oct 2025 00:28:35 +0000 (00:28 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 15 Oct 2025 00:28:35 +0000 (00:28 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 20fb2e701cd26a1fabc2e323fe168182c0e4d400..40abaf50ba491d0f5dd27a5d4949b4e43cc65799 100644 (file)
@@ -1,3 +1,27 @@
+2025-10-14  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-10-06  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/122133
+       * stmt.cc (resolve_asm_operand_names): Handle % and 2 letters followed
+       by open square.
+
+2025-10-14  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-10-04  Jakub Jelinek  <jakub@redhat.com>
+
+       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  <haochen.jiang@intel.com>
+
+       * config/i386/i386.h (PTA_DIAMONDRAPIDS): Remove AMX-TRANSPOSE.
+       * doc/invoke.texi: Correct documentation.
+
 2025-10-13  Avinash Jayakar  <avinashd@linux.ibm.com>
 
        PR tree-optimization/122213
index 75df97b1a76c3c2cf22ea12f65353b32e80d98d7..0535efab6596e40ff20d97dd846e6d4f5962fb71 100644 (file)
@@ -1 +1 @@
-20251014
+20251015
index 8adbb977bb6117e422f8b214363a9962f3afa848..e813e6ca40dad328f6cd880a57bf306f011cc0da 100644 (file)
@@ -1,3 +1,21 @@
+2025-10-14  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-10-09  Jakub Jelinek  <jakub@redhat.com>
+
+       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  <jakub@redhat.com>
+
+       Backported from master:
+       2025-10-08  Jakub Jelinek  <jakub@redhat.com>
+
+       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.
index 6791f6869d812c5152b18ce49b69ac525cb7be8a..92be4b2ba451da11c8d6fad7bca453199e281d88 100644 (file)
@@ -1,3 +1,11 @@
+2025-10-14  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2025-08-21  Jason Merrill  <jason@redhat.com>
+
+       PR c++/120757
+       * pt.cc (tsubst_expr) [OFFSET_REF]: Don't tsubst the type.
+
 2025-09-25  Nathaniel Shead  <nathanieloshead@gmail.com>
 
        Backported from master:
index a8521014f9eef88fc7d2bb210448f61f93b72108..4defb0d1130c6a854f8ba57a86975df3f9f663b8 100644 (file)
@@ -1,3 +1,43 @@
+2025-10-14  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2025-08-21  Jason Merrill  <jason@redhat.com>
+
+       PR c++/120757
+       * g++.dg/cpp1y/auto-fn66.C: New test.
+
+2025-10-14  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-10-09  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/122188
+       * gcc.dg/torture/pr122188.c: New test.
+
+2025-10-14  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-10-08  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/122188
+       * c-c++-common/pr122188.c: New test.
+
+2025-10-14  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-10-06  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/122133
+       * c-c++-common/toplevel-asm-9.c: New test.
+
+2025-10-14  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-10-04  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/122104
+       * gcc.target/i386/pr122104.c: New test.
+
 2025-10-11  Robin Dapp  <rdapp.gcc@gmail.com>
 
        Backported from master: