This is an archive of the discontinued LLVM Phabricator instance.

[flang] retain binding label of entry subprograms
ClosedPublic

Authored by jeanPerier on May 6 2022, 8:02 AM.

Details

Summary

When processing an entry-stmt in name resolution, attrs_ was
reset before SetBindNameOn was called, causing the symbol to lose
the binding label information.

Diff Detail

Event Timeline

jeanPerier created this revision.May 6 2022, 8:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 6 2022, 8:02 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
jeanPerier requested review of this revision.May 6 2022, 8:02 AM
klausler accepted this revision.May 6 2022, 8:38 AM
This revision is now accepted and ready to land.May 6 2022, 8:38 AM
This revision was automatically updated to reflect the committed changes.