+2025-09-21 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
+
+ * tree-ssa-ccp.cc (optimize_unreachable): Don't check for forced labels.
+
+2025-09-21 Jan Hubicka <jh@suse.cz>
+
+ * cgraphclones.cc (cgraph_node::create_version_clone): Recompute
+ calls_comdat_local
+
+2025-09-21 Jan Hubicka <jh@suse.cz>
+
+ * cgraph.cc (cgraph_edge::maybe_hot_p): For AFDO profiles force
+ count to be non-zero.
+
+2025-09-21 Jan Hubicka <jh@suse.cz>
+
+ * auto-profile.cc (autofdo_source_profile::read): Scale profile up to
+ profile_count::n_bits - 10.
+
+2025-09-21 Jan Hubicka <jh@suse.cz>
+
+ * ipa-inline-transform.cc (clone_inlined_nodes): Add KEEP_OFFLINE_COPY
+ parameter.
+ (inline_call): Sanity check profile and if it is clearly broken do
+ not subtract profile from original function.
+ * ipa-inline.cc (recursive_inlining): Update.
+ * ipa-inline.h (clone_inlined_nodes): Update.
+
2025-09-20 Jan Hubicka <jh@suse.cz>
* doc/invoke.texi (--param max-devirt-targets) Document.
+2025-09-21 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/109010
+ * st.cc (gfc_free_statement): Also free components expr3 and expr4.
+
+2025-09-21 Thomas Koenig <tkoenig@gcc.gnu.org>
+
+ PR fortran/121161
+ * invoke.texi: Mention that -ffrontend-optimize is required
+ for -fexternal-blas64.
+ * options.cc (gfc_post_options): Fatal error if -fexternal-blas64
+ is specified without -ffrontend-optimize.
+ * trans-types.cc (gfc_init_kinds): Fatal error if -fexternal-blas64
+ is specified on a system which does not have 64-bit ptrdiff_t.
+
+2025-09-21 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/108581
+ * trans-array.cc (gfc_conv_expr_descriptor): Take the dynamic
+ string length into account when deriving the dataptr offset for
+ a deferred-length character array.
+
2025-09-20 Paul Thomas <pault@gcc.gnu.org>
PR fortran/83746
+2025-09-21 Mark Wielaard <mark@klomp.org>
+
+ * lang.opt.urls: Regenerate.
+
2025-09-20 Gaius Mulley <gaiusmod2@gmail.com>
PR modula2/122009
+2025-09-21 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
+
+ * gcc.dg/builtin-unreachable-7.c: New test.
+
+2025-09-21 Thomas Koenig <tkoenig@gcc.gnu.org>
+
+ PR fortran/121161
+ * gfortran.dg/matmul_blas_3.f90: Add effective target lp64.
+
+2025-09-21 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/108581
+ * gfortran.dg/deferred_character_39.f90: New test.
+
2025-09-20 Patrick Palka <ppalka@redhat.com>
PR c++/121981