This is an archive of the discontinued LLVM Phabricator instance.

[flang] Do not create HostAssoc symbols in derived type scopes
ClosedPublic

Authored by klausler on Jan 12 2021, 5:06 PM.

Details

Summary

When needed due to a specification expression in a derived type,
the host association symbols should be created in the surrounding
subprogram's scope instead.

Diff Detail

Event Timeline

klausler created this revision.Jan 12 2021, 5:06 PM
klausler requested review of this revision.Jan 12 2021, 5:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 12 2021, 5:06 PM
PeteSteinfeld accepted this revision.Jan 12 2021, 6:54 PM

All builds, tests, and looks good.

This revision is now accepted and ready to land.Jan 12 2021, 6:54 PM