aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-06-06 00:16:22 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-06-06 00:16:22 +0000
commit28c62475050d2ac6c243580e1130a87308e1e907 (patch)
treefaca920453e9783e1ec9ec2fd2b8a3cc6d72a327 /libgfortran
parenta0864ce8662bb9d715b51513697309f198f1da19 (diff)
downloadgcc-28c62475050d2ac6c243580e1130a87308e1e907.zip
gcc-28c62475050d2ac6c243580e1130a87308e1e907.tar.gz
gcc-28c62475050d2ac6c243580e1130a87308e1e907.tar.bz2
Daily bump.
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 5776572..f4f5ad4 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,11 @@
+2021-06-05 José Rui Faustino de Sousa <jrfsousa@gmail.com>
+
+ PR fortran/100120
+ * intrinsics/associated.c (associated): have associated verify if
+ the "span" matches insted of the "elem_len".
+ * libgfortran.h (GFC_DESCRIPTOR_SPAN): add macro to retrive the
+ descriptor "span".
+
2021-05-22 Andre Vehreschild <vehre@gcc.gnu.org>
PR fortran/98301