+2025-08-08 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2025-08-08 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/121389
+ * tree-tailcall.cc (find_tail_calls): For finally_tmp.N
+ handle not just GIMPLE_CONDs with EQ_EXPR/NE_EXPR and only
+ values 0 and 1, but arbitrary non-negative values, arbitrary
+ comparisons in conditions and also GIMPLE_SWITCH next to
+ GIMPLE_CONDs.
+
+2025-08-08 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2025-08-06 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/121413
+ * gimple-lower-bitint.cc (abi_limb_prec): New variable
+ (bitint_precision_kind): Initialize it.
+ (gimple_lower_bitint): Clear it at the start. For
+ min_prec > limb_prec descreased precision vars for
+ INTEGER_CST PHI arguments ensure min_prec is either
+ prec or multiple of abi_limb_prec.
+
+2025-08-08 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2025-08-06 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/121127
+ * gimple-lower-bitint.cc (bitint_large_huge::handle_operand_addr): For
+ uninitialized SSA_NAME, set *prec_stored to 0 rather than *prec.
+ Handle that case in narrowing casts. If prec_stored is non-NULL,
+ set *prec_stored to prec_stored_val.
+
2025-08-08 Release Manager
* GCC 15.2.0 released.
+2025-08-08 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2025-08-04 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/121351
+ PR c++/119859
+ * class.cc (add_method): Substitute outer template arguments
+ into constraints before comparing them if the declarations are
+ from different classes.
+
+2025-08-08 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2025-08-04 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/120620
+ * constexpr.cc (cxx_dynamic_cast_fn_p): Return true only
+ for synthesized __dynamic_cast.
+
2025-08-08 Release Manager
* GCC 15.2.0 released.
+2025-08-08 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2025-08-04 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/121351
+ PR c++/119859
+ * g++.dg/cpp2a/concepts-using5.C: New test.
+ * g++.dg/cpp2a/concepts-using5a.C: New test.
+
+2025-08-08 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2025-08-04 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/120620
+ * g++.dg/cpp2a/constexpr-dynamic19.C: New test.
+ * g++.dg/cpp2a/constexpr-dynamic1a.C: New test.
+
+2025-08-08 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2025-08-08 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/121389
+ * c-c++-common/asan/pr121389-1.c: New test.
+ * c-c++-common/asan/pr121389-2.c: New test.
+ * c-c++-common/asan/pr121389-3.c: New test.
+ * c-c++-common/asan/pr121389-4.c: New test.
+
+2025-08-08 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2025-08-06 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/121413
+ * gcc.dg/torture/bitint-85.c: New test.
+
+2025-08-08 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2025-08-06 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/121127
+ * gcc.dg/bitint-125.c: New test.
+
+2025-08-08 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2025-08-03 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/120845
+ * g++.dg/modules/cpp-21.C: New test.
+
2025-08-08 Release Manager
* GCC 15.2.0 released.
+2025-08-08 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2025-08-03 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/120845
+ * lex.cc (cpp_maybe_module_directive): Move eol variable declaration
+ to the start of the function, initialize to false and only set it to
+ peek->type == CPP_PRAGMA_EOL in the not_module case. Formatting fix.
+
2025-08-08 Release Manager
* GCC 15.2.0 released.
+2025-08-08 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2025-08-04 Jakub Jelinek <jakub@redhat.com>
+ hexne <printfne@gmail.com>
+
+ PR libstdc++/121373
+ * src/c++23/std.cc.in (std::ranges::shift_left,
+ std::ranges::shift_right): Only export for C++23 and later.
+ (std::ranges::fold_left_first_with_iter_result,
+ std::ranges::fold_left_with_iter_result): Export.
+ (std::byteswap): Export for C++23 and later.
+ (std::ranges::iter_move, std::ranges::iter_swap): Export.
+ (std::projected_value_t): Export for C++26 and later.
+ (std::out_ptr_t, std::inout_ptr_t): Export.
+ (std::ranges::iota_result): Export.
+ (std::regex_constants): Export a lot of constants.
+ (std::is_scoped_enum, std::is_scoped_enum_v): Export.
+
2025-08-08 Release Manager
* GCC 15.2.0 released.