This is an archive of the discontinued LLVM Phabricator instance.

[flang] Allow POINTER attribute statement on procedure interfaces
ClosedPublic

Authored by klausler on Apr 13 2022, 1:21 PM.

Details

Summary

A POINTER attribute statement is allowed to add the POINTER attribute
to a procedure entity that has already been declared, e.g. with an
INTERFACE block.

Diff Detail

Event Timeline

klausler created this revision.Apr 13 2022, 1:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2022, 1:21 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Apr 13 2022, 1:21 PM
This revision is now accepted and ready to land.Apr 13 2022, 1:26 PM