This is an archive of the discontinued LLVM Phabricator instance.

[flang] Correct a predicate around a semantic check
ClosedPublic

Authored by klausler on Oct 28 2022, 2:42 PM.

Details

Summary

When a dummy argument is a procedure pointer without INTENT(IN),
any actual argument must also be a procedure pointer, whether the
dummy procedure pointer's interface is explicit or not.

Diff Detail

Event Timeline

klausler created this revision.Oct 28 2022, 2:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2022, 2:42 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Oct 28 2022, 2:42 PM
vdonaldson accepted this revision.Oct 28 2022, 2:54 PM
This revision is now accepted and ready to land.Oct 28 2022, 2:54 PM
This revision was automatically updated to reflect the committed changes.