When processing an entry-stmt in name resolution, attrs_ was
reset before SetBindNameOn was called, causing the symbol to lose
the binding label information.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D125097
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 6 2022, 8:38 AM Closed by commit rGed0341788af2: [flang] retain binding label of entry subprograms (authored by jeanPerier). · Explain WhyMay 9 2022, 12:51 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 427990 flang/lib/Semantics/resolve-names.cpp
flang/test/Lower/program-units-fir-mangling.f90
|