This is an archive of the discontinued LLVM Phabricator instance.

[flang] Mark C_ASSOCIATED specific procedures as PURE
ClosedPublic

Authored by klausler on Mar 24 2022, 3:49 PM.

Details

Summary

The interfaces to C_ASSOCIATED()'s specific procedures must be
PURE so that they are accepted for use in specification expressions.

Diff Detail

Event Timeline

klausler created this revision.Mar 24 2022, 3:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 24 2022, 3:49 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Mar 24 2022, 3:49 PM
vdonaldson accepted this revision.Mar 25 2022, 11:54 AM
This revision is now accepted and ready to land.Mar 25 2022, 11:54 AM
This revision was automatically updated to reflect the committed changes.