]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 22 Sep 2025 00:18:39 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 22 Sep 2025 00:18:39 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/m2/ChangeLog
gcc/testsuite/ChangeLog

index 2d51cf1f1c6f1652e9e9bd1fd9921b0161af0420..310877920aae806fb3c56c8b0aaad48dab566ac2 100644 (file)
@@ -1,3 +1,31 @@
+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.
index 5c375ef770b83bc339b0e6cd5c550f0327f6aeae..b7c48fbe578bb2781c3ba906ee400313b1a25c49 100644 (file)
@@ -1 +1 @@
-20250921
+20250922
index 02582921833cff7fa595bc3408acff188e4c9079..a91bf74b3160ce03879d94ec8255df53a2b38bc6 100644 (file)
@@ -1,3 +1,25 @@
+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
index 6e1f56feea867390518bbbf08f04e7c545352601..b9e2b4d1d23256ccd26c8585a923c092e15e5167 100644 (file)
@@ -1,3 +1,7 @@
+2025-09-21  Mark Wielaard  <mark@klomp.org>
+
+       * lang.opt.urls: Regenerate.
+
 2025-09-20  Gaius Mulley  <gaiusmod2@gmail.com>
 
        PR modula2/122009
index 369f5b407925916d81ca4ad64ed44c185b3d99d0..b64e064cb086b56f378bee9be5bed69eb0d33df8 100644 (file)
@@ -1,3 +1,17 @@
+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