This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Return the right mutable modes from INQUIRE in child I/O
ClosedPublic

Authored by klausler on Feb 14 2023, 2:08 PM.

Details

Summary

During child I/O -- a call to a user-defined subroutine with a generic interface
to handle read and write operations on a specific derived type -- ensure that
any INQUIRE statement probing mutable modes like BLANK= will observe changes
that have been made to those modes via control edit descriptors like BN
while processing the original I/O statement's format.

Diff Detail

Event Timeline

klausler created this revision.Feb 14 2023, 2:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 14 2023, 2:08 PM
klausler requested review of this revision.Feb 14 2023, 2:08 PM
This revision is now accepted and ready to land.Feb 15 2023, 12:44 AM