This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Signal END from character input
ClosedPublic

Authored by klausler on Jun 14 2022, 1:52 PM.

Details

Summary

There's code in EditCharacterInput() that causes that template function
to silently return false if it is invoked at the end of the input file.
This overrides other checks that properly call SignalEnd() later.

Diff Detail

Event Timeline

klausler created this revision.Jun 14 2022, 1:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2022, 1:52 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Jun 14 2022, 1:52 PM
vdonaldson accepted this revision.Jun 15 2022, 11:17 AM
This revision is now accepted and ready to land.Jun 15 2022, 11:17 AM
This revision was automatically updated to reflect the committed changes.