diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-08-03 00:16:19 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-08-03 00:16:19 +0000 |
commit | 7031087cd7d6cd07d18797b0cac90dc048103ed1 (patch) | |
tree | e256b7d6e883c814b22ca328b8496199b4f429b4 /gcc/fortran | |
parent | 6e46b3f3da5c03bc529b3690dd0995927feb9142 (diff) | |
download | gcc-7031087cd7d6cd07d18797b0cac90dc048103ed1.zip gcc-7031087cd7d6cd07d18797b0cac90dc048103ed1.tar.gz gcc-7031087cd7d6cd07d18797b0cac90dc048103ed1.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
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 <pault@gcc.gnu.org> + + 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 <pault@gcc.gnu.org> + + 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 <pault@gcc.gnu.org> PR fortran/96320 |