aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-09-03 00:16:33 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-09-03 00:16:33 +0000
commit9f7c2bad52e51ec88a71c0d50826bfa2e6f44b15 (patch)
treef369270d1d1a548f368a253cb711c74a750ada81 /libgfortran
parent93b6b2f614eb692d1d8126ec6cb946984a9d01d7 (diff)
downloadgcc-9f7c2bad52e51ec88a71c0d50826bfa2e6f44b15.zip
gcc-9f7c2bad52e51ec88a71c0d50826bfa2e6f44b15.tar.gz
gcc-9f7c2bad52e51ec88a71c0d50826bfa2e6f44b15.tar.bz2
Daily bump.
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 18a4186..e27093d 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,19 @@
+2021-09-02 Sandra Loosemore <sandra@codesourcery.com>
+ José Rui Faustino de Sousa <jrfsousa@gmail.com>
+
+ PR fortran/100907
+ PR fortran/100911
+ PR fortran/100914
+ PR fortran/100915
+ PR fortran/100917
+ * ISO_Fortran_binding-1-tmpl.h (CFI_type_cfunptr): Make equivalent
+ to CFI_type_cptr.
+ * runtime/ISO_Fortran_binding.c (cfi_desc_to_gfc_desc): Fix
+ handling of CFI_type_cptr and CFI_type_cfunptr. Additional error
+ checking and code cleanup.
+ (gfc_desc_to_cfi_desc): Likewise. Also correct kind mapping
+ for character, complex, and long double types.
+
2021-08-27 Iain Sandoe <iain@sandoe.co.uk>
* Makefile.am: Use configured libm availability.