This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix false error for multiple defined I/O subroutines
ClosedPublic

Authored by klausler on May 21 2022, 10:17 PM.

Details

Summary

User-defined derived type I/O subroutines need to be unique for
a given type and operation in any scope, but it is acceptable
to have more than one defined I/O subroutine so long as only one
of them is visible.

Diff Detail

Event Timeline

klausler created this revision.May 21 2022, 10:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 21 2022, 10:17 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.May 21 2022, 10:17 PM
vdonaldson accepted this revision.May 23 2022, 10:37 AM
This revision is now accepted and ready to land.May 23 2022, 10:37 AM