This is an archive of the discontinued LLVM Phabricator instance.

[flang] Handle END= situations better in runtime input
ClosedPublic

Authored by klausler on Apr 13 2021, 4:10 PM.

Details

Summary

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.

Diff Detail

Event Timeline

klausler created this revision.Apr 13 2021, 4:10 PM
klausler requested review of this revision.Apr 13 2021, 4:10 PM
sscalpone accepted this revision.Apr 13 2021, 9:55 PM

Built & passed tests for me.

This revision is now accepted and ready to land.Apr 13 2021, 9:55 PM
jeanPerier accepted this revision.Apr 13 2021, 11:58 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2021, 9:34 AM