This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Respect PAD='NO' on READ/WRITE
ClosedPublic

Authored by klausler on Jun 22 2022, 3:35 PM.

Details

Summary

The check for the PAD= setting should examine the mutable modes
of the current I/O statement, not the persistent modes of the
I/O unit.

Diff Detail

Event Timeline

klausler created this revision.Jun 22 2022, 3:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2022, 3:35 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Jun 22 2022, 3:35 PM
vdonaldson accepted this revision.Jun 22 2022, 4:25 PM
This revision is now accepted and ready to land.Jun 22 2022, 4:25 PM
This revision was automatically updated to reflect the committed changes.