Execution of a statement such as
read(internal,*,err=666,iostat=stat) k
that terminates with an END or EOR condition must not take the ERR branch.
Paths
| Differential D147338
[flang] IO condition specfier control flow ClosedPublic Authored by vdonaldson on Mar 31 2023, 9:46 AM.
Details
Summary Execution of a statement such as read(internal,*,err=666,iostat=stat) k that terminates with an END or EOR condition must not take the ERR branch.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Mar 31 2023, 11:07 AM
Revision Contents
Diff 510068 flang/lib/Lower/Bridge.cpp
flang/test/Lower/io-statement-2.f90
|