]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 17 Jul 2025 00:21:55 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 17 Jul 2025 00:21:55 +0000 (00:21 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index c02c887d37e46b2605657045d3d3a921dbf904cb..fc3196f0a51e853941a9a945b2d3efdf4649dd26 100644 (file)
@@ -1 +1 @@
-20250716
+20250717
index 12ead9dfc79d2fd37fd82d4fa70c18f2b6efd908..0bc582b384caa257bdec50645fa614e0095728ab 100644 (file)
@@ -1,3 +1,12 @@
+2025-07-16  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2025-07-16  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/121060
+       * interface.cc (matching_typebound_op): Defer determination of
+       specific procedure until resolution by returning NULL.
+
 2025-05-25  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 217018de03e93b8261a2b8c57168c3fb3bc4a384..02dd9ee62b59208b9305e00dd9f78f83984e15c4 100644 (file)
@@ -1,3 +1,11 @@
+2025-07-16  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2025-07-16  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/121060
+       * gfortran.dg/associate_75.f90: New test.
+
 2025-07-03  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master: