[Patch] Fortran: Async I/O - avoid unlocked unlocking [PR100352]

2021-05-01 Thread Tobias Burnus
As this patch is rather obvious, I intent to commit it tomorrow as obvious, unless there is an OK earlier or other comments :-) (And backport to GCC 11 in a couple of days.) Before PR100352 (r11-7647), st_write_done did: st_write_done_worker (dtd) unlock_unit (dtp->u.p.current_unit); but st_

Re: [Patch] Fortran: Async I/O - avoid unlocked unlocking [PR100352]

2021-05-01 Thread Bernhard Reutner-Fischer via Fortran
On Sat, 1 May 2021 14:59:01 +0200 Tobias Burnus wrote: > As this patch is rather obvious, I intent to commit it tomorrow > as obvious, unless there is an OK earlier or other comments :-) > (And backport to GCC 11 in a couple of days.) > > Before PR100352 (r11-7647), > st_write_done did: >st_