summaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
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 5776572bb76..f4f5ad41891 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