diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-05-04 00:18:36 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-05-04 00:18:36 +0000 |
commit | a7b9706482fbf241d57c090554cc9f0b19b57fa6 (patch) | |
tree | c5ec0209e930caada461fd4e44be9fe7518c16e2 /libgfortran | |
parent | a32b7d03210f1763a5ccd017181ad88bd95b07d1 (diff) | |
download | gcc-a7b9706482fbf241d57c090554cc9f0b19b57fa6.zip gcc-a7b9706482fbf241d57c090554cc9f0b19b57fa6.tar.gz gcc-a7b9706482fbf241d57c090554cc9f0b19b57fa6.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgfortran')
-rw-r--r-- | libgfortran/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 1aa357c..fbc9a1b 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,15 @@ +2021-05-03 Tobias Burnus <tobias@codesourcery.com> + + Backported from master: + 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-04-27 Release Manager * GCC 11.1.0 released. |