https://gcc.gnu.org/g:300c9047bd9067c1f2991e5156c60802a7968fe1
commit r16-4047-g300c9047bd9067c1f2991e5156c60802a7968fe1 Author: Paul Thomas <[email protected]> Date: Tue Sep 23 12:46:28 2025 +0100 Fortran: Check ICE in gfc_conv_array_initializer has gone [PR105380] 2025-09-23 Paul Thomas <[email protected]> gcc/fortran * ChangeLog: Correct PR number for entry on 18th Sept: 114815 to 121948. gcc/testsuite/ * ChangeLog: Ditto. PR fortran/105380 * gfortran.dg/pdt_49.f03: New test. Diff: --- gcc/fortran/ChangeLog | 2 +- gcc/testsuite/ChangeLog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index ed9736e13939..58ad0fb4489e 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -43,7 +43,7 @@ 2025-09-18 Paul Thomas <[email protected]> - PR fortran/114815 + PR fortran/121948 * decl.cc (gfc_get_pdt_instance): Copy the contents of 'tb' and not the pointer. * primary.cc (gfc_match_rvalue): If there is only one actual diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a7d99bf25356..9bc8ea9f578f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -191,7 +191,7 @@ 2025-09-18 Paul Thomas <[email protected]> - PR fortran/114815 + PR fortran/121948 * gfortran.dg/pdt_3.f03: Add missing deallocation of 'matrix'. * gfortran.dg/pdt_17.f03: Change dg-error text. * gfortran.dg/pdt_47.f03: New test.
