Update ChangeLogs for PR96320

This commit is contained in:
Paul Thomas 2020-08-02 11:03:24 +01:00
parent a5baf71b0a
commit b3b2bf98ff
2 changed files with 13 additions and 0 deletions

View 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

View 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