diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-10-19 00:16:23 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-10-19 00:16:23 +0000 |
commit | ce4d1f632ff3f680550d3b186b60176022f41190 (patch) | |
tree | 8bc406ebf9d1f6d743e44279191397768f353247 /libgfortran | |
parent | 4d92a69fc5882c86aab63d52382b393d4f20b3ed (diff) | |
download | gcc-ce4d1f632ff3f680550d3b186b60176022f41190.tar.gz |
Daily bump.
Diffstat (limited to 'libgfortran')
-rw-r--r-- | libgfortran/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 12816cc8378..ccad9a355ee 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,17 @@ +2021-10-18 Tobias Burnus <tobias@codesourcery.com> + + PR fortran/102086 + PR fortran/92189 + PR fortran/92621 + PR fortran/101308 + PR fortran/101309 + PR fortran/101635 + PR fortran/92482 + * ISO_Fortran_binding.h (CFI_type_cfunptr): Make unique type again. + * runtime/ISO_Fortran_binding.c (cfi_desc_to_gfc_desc, + gfc_desc_to_cfi_desc): Add comment that those are no longer called + by new code. + 2021-09-27 Tobias Burnus <tobias@codesourcery.com> PR fortran/94070 |