aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorTobias Burnus <tobias@codesourcery.com>2019-11-13 11:13:57 +0000
committerTobias Burnus <burnus@gcc.gnu.org>2019-11-13 12:13:57 +0100
commit46927ade0f5933c4eb22b049996fa15080b7f652 (patch)
tree83a041f06768458e390fa467c2bc8a32bd1bbf36 /libgfortran/ChangeLog
parent0302955aeb7133bb3ff0a0e7673f0ca33152f036 (diff)
downloadgcc-46927ade0f5933c4eb22b049996fa15080b7f652.zip
gcc-46927ade0f5933c4eb22b049996fa15080b7f652.tar.gz
gcc-46927ade0f5933c4eb22b049996fa15080b7f652.tar.bz2
PR fortran/92470 Fixes for CFI_address
libgfortran/ PR fortran/92470 * runtime/ISO_Fortran_binding.c (CFI_establish): Set lower_bound to 0 also for CFI_attribute_other. gcc/testsuite/ PR fortran/92470 * gfortran.dg/ISO_Fortran_binding_1.c (establish_c): Add assert for lower_bound == 0. From-SVN: r278128
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 1abdd6a..0727ade 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,9 @@
+2019-11-13 Tobias Burnus <tobias@codesourcery.com>
+
+ PR fortran/92470
+ * runtime/ISO_Fortran_binding.c (CFI_establish): Set lower_bound to 0
+ also for CFI_attribute_other.
+
2019-11-12 Tobias Burnus <tobias@codesourcery.com>
PR fortran/92470