diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-05-31 00:16:22 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-05-31 00:16:22 +0000 |
commit | 945b53ccf6ae899e32c5ed88471ae60d5814c47d (patch) | |
tree | 670f1ba26ab4e67abeea2e0c7000389faf606483 /gcc/fortran | |
parent | d5cdcd5cf2b2920b44836005baceb59d046b6e5a (diff) | |
download | gcc-945b53ccf6ae899e32c5ed88471ae60d5814c47d.zip gcc-945b53ccf6ae899e32c5ed88471ae60d5814c47d.tar.gz gcc-945b53ccf6ae899e32c5ed88471ae60d5814c47d.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 127bd2a..660e6a3 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,15 @@ +2020-05-30 Harald Anlauf <anlauf@gmx.de> + + PR fortran/95373 + * primary.c (is_inquiry_ref): Move validity check of inquiry + references against selected Fortran standard from here... + (gfc_match_varspec) ...to here. + +2020-05-30 Harald Anlauf <anlauf@gmx.de> + + PR fortran/95090 + * class.c (get_unique_type_string): Use buffer overrun check. + 2020-05-29 Harald Anlauf <anlauf@gmx.de> PR fortran/95090 |