aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-03-13 00:16:20 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-03-13 00:16:20 +0000
commit6da2762a3b1c496bebe8334f6e68a834fe6a1055 (patch)
tree664207264e9c363856703ee942f5ba28747bd855 /libgfortran
parent6e885ad3287388192e52e9b524dbaa408507c0a4 (diff)
downloadgcc-6da2762a3b1c496bebe8334f6e68a834fe6a1055.zip
gcc-6da2762a3b1c496bebe8334f6e68a834fe6a1055.tar.gz
gcc-6da2762a3b1c496bebe8334f6e68a834fe6a1055.tar.bz2
Daily bump.
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 819be39..93e788f 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,12 @@
+2021-03-12 Tobias Burnus <tobias@codesourcery.com>
+
+ * io/transfer.c (st_read_done_worker, st_write_done_worker):
+ Call unlock_unit here, add unit_lock lock around newunit_free call.
+ (st_read_done, st_write_done): Only call unlock_unit when not
+ calling the worker function.
+ * io/unit.c (set_internal_unit): Don't reset the unit_number
+ to the same number as this cause race warnings.
+
2021-03-05 Harald Anlauf <anlauf@gmx.de>
PR libfortran/99218