From: Paul Thomas Date: Sun, 2 Aug 2020 10:03:24 +0000 (+0100) Subject: Update ChangeLogs for PR96320 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b3b2bf98fffb0760120285e7d883c082fa3c2187;p=gcc.git Update ChangeLogs for PR96320 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index bfef3b88421..ecb5784f26a 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,11 @@ +2020-08-01 Paul Thomas + + 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 PR fortran/96325 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 98978032e7b..0966419592d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2020-08-01 Paul Thomas + + PR fortran/96320 + * gfortran.dg/module_procedure_4.f90 : New test. + 2020-08-02 Paul Thomas PR fortran/96325