https://gcc.gnu.org/g:dccc8e3a46de9b5e6d9fd951038244a0ef025600

commit r16-9261-gdccc8e3a46de9b5e6d9fd951038244a0ef025600
Author: GCC Administrator <[email protected]>
Date:   Sun Jul 12 00:20:26 2026 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP           |  2 +-
 gcc/fortran/ChangeLog   | 23 +++++++++++++++++++++++
 gcc/testsuite/ChangeLog | 17 +++++++++++++++++
 3 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 97b47c660212..bbcf50646c23 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260711
+20260712
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index dbd8de3da4c8..9abbe5ed0824 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,26 @@
+2026-07-11  Jerry DeLisle  <[email protected]>
+
+       Backported from master:
+       2026-07-11  Jerry DeLisle  <[email protected]>
+
+       PR fortran/126210
+       * module.cc (read_module): Only skip re-importing a symbol
+       already visible via host association from the same module
+       when that symbol is a derived type.
+
+2026-07-11  Jerry DeLisle  <[email protected]>
+
+       Backported from master:
+       2026-07-10  Jerry DeLisle  <[email protected]>
+
+       PR fortran/126170
+       * class.cc (gfc_find_derived_vtab): Fix up a stale
+       non-use-associated duplicate vtab symbol.
+       (gfc_is_finalizable): Same fix-up, for the finalizer wrapper
+       symbol.
+       * module.cc (read_module): Skip re-importing a symbol already
+       visible via host association from the same module.
+
 2026-07-09  Harald Anlauf  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index aedae186af83..bca6ca1ee512 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,20 @@
+2026-07-11  Jerry DeLisle  <[email protected]>
+
+       Backported from master:
+       2026-07-11  Jerry DeLisle  <[email protected]>
+
+       PR fortran/126210
+       * gfortran.dg/pr126210.f90: New test.
+
+2026-07-11  Jerry DeLisle  <[email protected]>
+
+       Backported from master:
+       2026-07-10  Jerry DeLisle  <[email protected]>
+
+       PR fortran/126170
+       * gfortran.dg/lto/pr126170_0.f90: New test.
+       * gfortran.dg/lto/pr126170_1.f90: New test.
+
 2026-07-10  Martin Jambor  <[email protected]>
 
        Backported from master:

Reply via email to