diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-05-29 00:16:23 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-05-29 00:16:23 +0000 |
commit | 53ffb43a79780b6e33e1816831724c0fb3d2fa32 (patch) | |
tree | 15bfd740c08c6bf2f290fff7a5da494fd1e9059d /gcc/fortran | |
parent | 3d8d5ddb539a5254c7ef83414377f4c74c7701d4 (diff) | |
download | gcc-53ffb43a79780b6e33e1816831724c0fb3d2fa32.zip gcc-53ffb43a79780b6e33e1816831724c0fb3d2fa32.tar.gz gcc-53ffb43a79780b6e33e1816831724c0fb3d2fa32.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 71b246a..147196a 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,20 @@ +2020-05-28 Harald Anlauf <anlauf@gmx.de> + + PR fortran/95373 + * primary.c (is_inquiry_ref): Check validity of inquiry + references against selected Fortran standard. + +2020-05-28 Steven G. Kargl <kargl@gcc.gnu.org> + Mark Eggleston <markeggleston@gcc.gnu.org> + Mark Eggleston <markeggleston@gcc.gnu.org> + + PR fortran/94397 + * match.c (gfc_match_type_spec): New variable ok initialised + to true. Set ok with the return value of gfc_reduce_init_expr + called only if the expression is not EXPR_CONSTANT and is not + EXPR_VARIABLE. Add !ok to the check for type not being integer + or the rank being greater than zero. + 2020-05-27 Harald Anlauf <anlauf@gmx.de> PR fortran/95090 |