]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fortran: Check ICE in gfc_conv_array_initializer has gone [PR105380]
authorPaul Thomas <pault@gcc.gnu.org>
Tue, 23 Sep 2025 11:46:28 +0000 (12:46 +0100)
committerPaul Thomas <pault@gcc.gnu.org>
Tue, 23 Sep 2025 11:46:28 +0000 (12:46 +0100)
2025-09-23  Paul Thomas  <pault@gcc.gnu.org>

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.

gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index ed9736e13939c6f94ab381b817ca24836b2ab99e..58ad0fb4489ec68e681b45efe246b600756ef72c 100644 (file)
@@ -43,7 +43,7 @@
 
 2025-09-18  Paul Thomas  <pault@gcc.gnu.org>
 
-       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
index a7d99bf25356c771ee2095133d15aa0fa9981e21..9bc8ea9f578fbdc49151ea094c6a5af5ce3ac33a 100644 (file)
 
 2025-09-18  Paul Thomas  <pault@gcc.gnu.org>
 
-       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.