This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Complete partial output records when positioning/closing after non-advancing output
ClosedPublic

Authored by klausler on May 22 2023, 11:59 AM.

Details

Summary

Before positioning or closing a unit after a non-advancing output statement
has left a partial record in its buffer, complete the record by calling
AdvanceRecord(). Fixes https://github.com/llvm/llvm-project/issues/59761.

Diff Detail

Event Timeline

klausler created this revision.May 22 2023, 11:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 22 2023, 11:59 AM
klausler requested review of this revision.May 22 2023, 11:59 AM
vdonaldson accepted this revision.May 22 2023, 4:34 PM
This revision is now accepted and ready to land.May 22 2023, 4:34 PM