diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-01-15 00:16:28 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-01-15 00:16:28 +0000 |
commit | 5fff80fd79c36a1a940b331d20905061d61ee5e6 (patch) | |
tree | d9f5540eaa89c7a70caf2cd6c30adb1dea484926 /gcc/fortran | |
parent | b95d97f1a5f54f55c15bca65ec79b626b53cd40c (diff) | |
download | gcc-5fff80fd79c36a1a940b331d20905061d61ee5e6.zip gcc-5fff80fd79c36a1a940b331d20905061d61ee5e6.tar.gz gcc-5fff80fd79c36a1a940b331d20905061d61ee5e6.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 82c6dca..c348517 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,32 @@ +2021-01-14 Harald Anlauf <anlauf@gmx.de> + + * gfortran.h (gfc_resolve_substring): Add prototype. + * primary.c (match_string_constant): Simplify substrings with + constant starting and ending points. + * resolve.c: Rename resolve_substring to gfc_resolve_substring. + (gfc_resolve_ref): Use renamed function gfc_resolve_substring. + +2021-01-14 Harald Anlauf <anlauf@gmx.de> + + PR fortran/98661 + * resolve.c (resolve_component): Derived type components with + ALLOCATABLE or POINTER attribute shall have a deferred shape. + +2021-01-14 Harald Anlauf <anlauf@gmx.de> + + Revert: + 2021-01-14 Harald Anlauf <anlauf@gmx.de> + + PR fortran/98661 + * resolve.c (resolve_component): Derived type components with + ALLOCATABLE or POINTER attribute shall have a deferred shape. + +2021-01-14 Harald Anlauf <anlauf@gmx.de> + + PR fortran/98661 + * resolve.c (resolve_component): Derived type components with + ALLOCATABLE or POINTER attribute shall have a deferred shape. + 2021-01-08 Paul Thomas <pault@gcc.gnu.org> PR fortran/93794 |