[patch, fortran] Fix PR 88411, wrong code with async I/O

Jerry DeLisle jvdelisle@charter.net
Sun Dec 9 18:35:00 GMT 2018


On 12/9/18 8:11 AM, Thomas Koenig wrote:
> Hello world,
> 
> the attached patch fixes the wrong-code regression by changing the
> way synchronous writes are handled on files using asynchronous I/O:
> The are now handled synchronously.
> 
> This also means that two places where a wait instruction was
> issued in such a case are no longer needed.
> 
> I tried to construct a failing test case for this new behavior,
> but failed :-)
> 
> Regression-tested.
> 
> OK for trunk?
> 

Looks good Thomas, thanks for quick fix.

Jerry



More information about the Fortran mailing list