diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-03-21 00:17:02 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-03-21 00:17:02 +0000 |
commit | 582f246be2de53e29d483ba642791a56923e2ebd (patch) | |
tree | e1355e9a0cdeb624c4cabcdb495734ea6368705c /gcc/fortran | |
parent | ccfca55536f87a1332f844efcc66b8383030d149 (diff) | |
download | gcc-582f246be2de53e29d483ba642791a56923e2ebd.zip gcc-582f246be2de53e29d483ba642791a56923e2ebd.tar.gz gcc-582f246be2de53e29d483ba642791a56923e2ebd.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 6521504..b19cf77 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,22 @@ +2023-03-20 Harald Anlauf <anlauf@gmx.de> + + PR fortran/109216 + * invoke.texi: Correct documentation of how underscores are appended + to external names. + +2023-03-20 Harald Anlauf <anlauf@gmx.de> + + PR fortran/109186 + * simplify.cc (gfc_simplify_nearest): Fix off-by-one error in setting + up real kind-specific maximum exponent for mpfr. + +2023-03-20 Paul Thomas <pault@gcc.gnu.org> + + PR fortran/87127 + * resolve.cc (check_host_association): If an external function + is typed but not declared explicitly to be external, change the + old symbol from a variable to an external function. + 2023-03-19 Harald Anlauf <anlauf@gmx.de> PR fortran/85877 |