+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
+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.
+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:
+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: