This is an archive of the discontinued LLVM Phabricator instance.

[flang] Allow INQUIRE() on a child unit in user-defined I/O procedure
ClosedPublic

Authored by klausler on Jan 21 2022, 9:27 AM.

Details

Reviewers
mleair
Summary

A procedure that implements a user-defined derived type I/O operation
is allowed to perform an INQUIRE statement on its unit.

Diff Detail

Event Timeline

klausler created this revision.Jan 21 2022, 9:27 AM
klausler requested review of this revision.Jan 21 2022, 9:27 AM
mleair accepted this revision.Jan 21 2022, 10:33 AM

LGTM

This revision is now accepted and ready to land.Jan 21 2022, 10:33 AM
klausler closed this revision.Jan 24 2022, 1:27 PM