This is an archive of the discontinued LLVM Phabricator instance.

[flang] Allow NULL() actual argument for optional dummy procedure
ClosedPublic

Authored by klausler on May 6 2022, 1:34 PM.

Details

Summary

A disassociated procedure pointer is allowed to be passed as an absent
actual argument that corresponds to an optional dummy procedure,
but not NULL(); accept that case as well.

Diff Detail

Event Timeline

klausler created this revision.May 6 2022, 1:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 6 2022, 1:34 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.May 6 2022, 1:34 PM
PeteSteinfeld accepted this revision.May 6 2022, 2:45 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.May 6 2022, 2:45 PM
This revision was landed with ongoing or failed builds.May 9 2022, 5:45 PM
This revision was automatically updated to reflect the committed changes.