[flang-commits] [PATCH] D100421: [flang] Handle END= situations better in runtime input

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue Apr 13 16:10:19 PDT 2021


klausler created this revision.
klausler added reviewers: jeanPerier, sscalpone.
klausler added a project: Flang.
Herald added a subscriber: jdoerfert.
klausler requested review of this revision.

Debug the input path for READ statements with END= labels;
don't emit errors when the program can handle them.
BeginReadingRecord() member functions have been made
"bool" for more convenient handling of error cases,
and some code in IoErrorHandler has been cleaned up.


https://reviews.llvm.org/D100421

Files:
  flang/runtime/descriptor-io.h
  flang/runtime/io-api.cpp
  flang/runtime/io-error.cpp
  flang/runtime/io-error.h
  flang/runtime/io-stmt.cpp
  flang/runtime/io-stmt.h
  flang/runtime/unit.cpp
  flang/runtime/unit.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100421.337281.patch
Type: text/x-patch
Size: 9378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20210413/fb7e141b/attachment-0001.bin>


More information about the flang-commits mailing list