This is an archive of the discontinued LLVM Phabricator instance.

[flang] Catch insufficient actual elements/characters associated with longer dummy argument
ClosedPublic

Authored by klausler on Jul 31 2023, 4:13 PM.

Details

Summary

Check for cases of storage sequence association in which an element or
substring is an actual argument associated with a dummy argument array
that can be detected as being larger than the remaining elements or characters
in the actual argument's storage sequence.

Diff Detail

Event Timeline

klausler created this revision.Jul 31 2023, 4:13 PM
Herald added a project: Restricted Project. · View Herald Transcript
klausler requested review of this revision.Jul 31 2023, 4:13 PM
PeteSteinfeld accepted this revision.Jul 31 2023, 6:52 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Jul 31 2023, 6:52 PM