This is an archive of the discontinued LLVM Phabricator instance.

[flang] A separate module procedure must inherit interface attributes
ClosedPublic

Authored by klausler on Sep 21 2022, 5:46 PM.

Details

Summary

Attributes like PURE, ELEMENTAL, &c. are specified on the interface of
a separate module procedure, so when the MODULE PROCEDURE is defined in
a submodule, it must acquire those attributes from the interface.

Diff Detail

Event Timeline

klausler created this revision.Sep 21 2022, 5:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 21 2022, 5:46 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Sep 21 2022, 5:46 PM
PeteSteinfeld accepted this revision.Sep 22 2022, 7:05 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Sep 22 2022, 7:05 AM
This revision was landed with ongoing or failed builds.Sep 23 2022, 11:44 AM
This revision was automatically updated to reflect the committed changes.