]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 26 Oct 2025 00:27:34 +0000 (00:27 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 26 Oct 2025 00:27:34 +0000 (00:27 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 8135eec54b6457cba0d309ffa3e83e4e0c9e7a13..8a8350ab3d95e797e19907385a1f7f96b1d91e70 100644 (file)
@@ -1 +1 @@
-20251025
+20251026
index 0821ba107cdaeee0721fbcfafbc786d75328073c..739b74076d68696b9bea06548720dce4f62cae90 100644 (file)
@@ -1,3 +1,21 @@
+2025-10-25  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-10-04  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/107968
+       * trans-io.cc (gfc_trans_transfer): Also scalarize I/O of section
+       of an array pointer.
+
+2025-10-25  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-10-09  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/122206
+       * trans-types.cc (gfc_get_function_type): Do not clobber an
+       existing procedure interface.
+
 2025-10-05  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 167cc068cbf59945fb7c136c4447797c36ba9919..07894fc2673bd3e2487f40ed9c92f9721eef2cef 100644 (file)
@@ -1,3 +1,19 @@
+2025-10-25  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-10-04  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/107968
+       * gfortran.dg/implied_do_io_9.f90: New test.
+
+2025-10-25  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-10-09  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/122206
+       * gfortran.dg/interface_abstract_6.f90: New test.
+
 2025-10-24  H.J. Lu  <hjl.tools@gmail.com>
 
        Backported from master: