diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-03-13 00:16:20 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-03-13 00:16:20 +0000 |
commit | 6da2762a3b1c496bebe8334f6e68a834fe6a1055 (patch) | |
tree | 664207264e9c363856703ee942f5ba28747bd855 /libgfortran | |
parent | 6e885ad3287388192e52e9b524dbaa408507c0a4 (diff) | |
download | gcc-6da2762a3b1c496bebe8334f6e68a834fe6a1055.tar.gz |
Daily bump.
Diffstat (limited to 'libgfortran')
-rw-r--r-- | libgfortran/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 819be3929fa..93e788f3c9f 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 |