summaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-05-03 00:16:25 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-05-03 00:16:25 +0000
commit54b20ee0acf9aeffb71333df9cf07a1c9c6d7d58 (patch)
tree62c20ad713142c466601de554d7367cb9623224a /libgfortran
parentf58541b2a42002c23267ce872b63d71e275e545d (diff)
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 93e788f3c9f..048bb4b0b63 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,12 @@
+2021-05-02 Tobias Burnus <tobias@codesourcery.com>
+
+ PR libgomp/100352
+ * io/transfer.c (st_read_done_worker, st_write_done_worker): Add new
+ arg whether to unlock unit.
+ (st_read_done, st_write_done): Call it with true.
+ * io/async.c (async_io): Call it with false.
+ * io/io.h (st_write_done_worker, st_read_done_worker): Update prototype.
+
2021-03-12 Tobias Burnus <tobias@codesourcery.com>
* io/transfer.c (st_read_done_worker, st_write_done_worker):