https://gcc.gnu.org/g:043b852949e1d77b170c1a3f618b7f80d75870b2
commit r15-10451-g043b852949e1d77b170c1a3f618b7f80d75870b2 Author: GCC Administrator <[email protected]> Date: Sun Oct 26 00:28:10 2025 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 18 ++++++++++++++++++ gcc/testsuite/ChangeLog | 16 ++++++++++++++++ 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 8135eec54b64..8a8350ab3d95 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20251025 +20251026 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index f3396848b9a8..5e36c6bdd41e 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,21 @@ +2025-10-25 Harald Anlauf <[email protected]> + + Backported from master: + 2025-10-09 Harald Anlauf <[email protected]> + + PR fortran/122206 + * trans-types.cc (gfc_get_function_type): Do not clobber an + existing procedure interface. + +2025-10-25 Harald Anlauf <[email protected]> + + Backported from master: + 2025-10-04 Harald Anlauf <[email protected]> + + PR fortran/107968 + * trans-io.cc (gfc_trans_transfer): Also scalarize I/O of section + of an array pointer. + 2025-09-28 Harald Anlauf <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5ddeeea5d519..e828b7f0bb59 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,19 @@ +2025-10-25 Harald Anlauf <[email protected]> + + Backported from master: + 2025-10-09 Harald Anlauf <[email protected]> + + PR fortran/122206 + * gfortran.dg/interface_abstract_6.f90: New test. + +2025-10-25 Harald Anlauf <[email protected]> + + Backported from master: + 2025-10-04 Harald Anlauf <[email protected]> + + PR fortran/107968 + * gfortran.dg/implied_do_io_9.f90: New test. + 2025-10-24 H.J. Lu <[email protected]> Backported from master:
