This is an archive of the discontinued LLVM Phabricator instance.

[flang] Ensure that NULL(without MOLD=) not passed to dummy argument with assumed type parameters
ClosedPublic

Authored by klausler on Jul 21 2023, 8:39 AM.

Details

Summary

A dummy argument with an assumed (*) character length or derived type parameter
value specification needs to be associated with an actual argument that can
supply a value for it, so make sure that a NULL without a MOLD= is not being
passed.

Diff Detail

Event Timeline

klausler created this revision.Jul 21 2023, 8:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2023, 8:39 AM
klausler requested review of this revision.Jul 21 2023, 8:39 AM
This revision is now accepted and ready to land.Jul 21 2023, 12:20 PM