This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Skip remainder of bad input record even with ADVANCE='NO'
ClosedPublic

Authored by klausler on Jun 9 2022, 12:17 PM.

Details

Summary

After a recoverable error condition in a READ statement with ADVANCE='NO',
skip the remainder of the current record.

Diff Detail

Event Timeline

klausler created this revision.Jun 9 2022, 12:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2022, 12:17 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Jun 9 2022, 12:17 PM
vdonaldson accepted this revision.Jun 13 2022, 12:52 PM
This revision is now accepted and ready to land.Jun 13 2022, 12:52 PM