[flang][runtime] Better (but still synchronous) support for asynchronous I/O
Track pending "asynchronous" I/O operation IDs so that WAIT statements can report errors about bad ID numbers. Lowering will need to extended to call GetAsynchronousId() for a READ or WRITE statement with ID=n. Differential Revision: https://reviews.llvm.org/D127421
Loading
Please sign in to comment