Update ChangeLogs for PR96320
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 2 Aug 2020 10:03:24 +0000 (11:03 +0100)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 2 Aug 2020 10:03:24 +0000 (11:03 +0100)
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index bfef3b88421a3a4cbcb3eb30d130489d0a7a51b4..ecb5784f26a896175423e62a1c69fe3519663d11 100644 (file)
@@ -1,3 +1,11 @@
+2020-08-01  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/96320
+       * interface.c (gfc_check_dummy_characteristics): If a module
+       procedure arrives with assumed shape in the interface and
+       deferred shape in the procedure itself, update the latter and
+       copy the lower bounds.
+
 2020-08-02  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/96325
index 98978032e7bedc0ec357a00db1099ea28f88112b..0966419592da9be577b5c739c5a81fedef9fa67f 100644 (file)
@@ -1,3 +1,8 @@
+2020-08-01  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/96320
+       * gfortran.dg/module_procedure_4.f90 : New test.
+
 2020-08-02  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/96325