From 7031087cd7d6cd07d18797b0cac90dc048103ed1 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Mon, 3 Aug 2020 00:16:19 +0000 Subject: Daily bump. --- gcc/fortran/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'gcc/fortran') diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index ecb5784..fb8da93 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,18 @@ +2020-08-02 Paul Thomas + + PR target/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 + * primary.c (gfc_match_varspec): In the case that a component + reference is added to an intrinsic type component, emit the + error message in this function. + 2020-08-01 Paul Thomas PR fortran/96320 -- cgit v1.1