[flang-commits] [PATCH] D147338: [flang] IO condition specfier control flow
vdonaldson via Phabricator via flang-commits
flang-commits at lists.llvm.org
Fri Mar 31 09:46:19 PDT 2023
vdonaldson created this revision.
vdonaldson added a project: Flang.
Herald added subscribers: sunshaoce, mehdi_amini, jdoerfert.
Herald added a project: All.
vdonaldson requested review of this revision.
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.
https://reviews.llvm.org/D147338
Files:
flang/lib/Lower/Bridge.cpp
flang/test/Lower/io-statement-2.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147338.510068.patch
Type: text/x-patch
Size: 11018 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20230331/7a8c575c/attachment-0001.bin>
More information about the flang-commits
mailing list