aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 70a4aa5..129fe30 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,8 @@
+2021-10-29 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
+
+ * symbol.c (free_tb_tree): Free type-bound procedure struct.
+ (gfc_get_typebound_proc): Use explicit memcpy for clarity.
+
2021-10-27 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* intrinsic.h (gfc_check_sum, gfc_resolve_atan2d, gfc_resolve_kill,