This is an archive of the discontinued LLVM Phabricator instance.

[flang] Strengthen conformance requirements for allocatable/pointer dummy arguments
ClosedPublic

Authored by klausler on Feb 11 2023, 5:30 PM.

Details

Summary

There's several sets of circumstances in which a scalar actual argument can be
associated with a dummy argument array in Fortran, but they apply only to "ordinary"
dummy arguments, not those that are allocatables or pointers.

Diff Detail

Event Timeline

klausler created this revision.Feb 11 2023, 5:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 11 2023, 5:30 PM
klausler requested review of this revision.Feb 11 2023, 5:30 PM
This revision is now accepted and ready to land.Feb 13 2023, 10:26 AM