This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix recent regression (proc. dummy arg on ENTRY)
ClosedPublic

Authored by klausler on May 25 2021, 9:29 AM.

Details

Summary

A recent fix for problems with ENTRY statement handling didn't
get the case of a procedure dummy argument on an ENTRY statement
in an executable part right; the code presumed that those dummy
arguments would be objects, not entities that might be objects or
procedures. Fix.

Diff Detail

Event Timeline

klausler created this revision.May 25 2021, 9:29 AM
klausler requested review of this revision.May 25 2021, 9:29 AM
jeanPerier accepted this revision.May 25 2021, 9:32 AM

LGTM, thanks

This revision is now accepted and ready to land.May 25 2021, 9:32 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2021, 10:37 AM