From: Paul Thomas Date: Tue, 23 Sep 2025 11:46:28 +0000 (+0100) Subject: Fortran: Check ICE in gfc_conv_array_initializer has gone [PR105380] X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=300c9047bd9067c1f2991e5156c60802a7968fe1;p=thirdparty%2Fgcc.git Fortran: Check ICE in gfc_conv_array_initializer has gone [PR105380] 2025-09-23 Paul Thomas 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 --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index ed9736e1393..58ad0fb4489 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -43,7 +43,7 @@ 2025-09-18 Paul Thomas - 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 a7d99bf2535..9bc8ea9f578 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -191,7 +191,7 @@ 2025-09-18 Paul Thomas - 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.