Similary to D140209, the scope might need to be retrieved
from the typeSymbol. The test code was crashing because the
scope passed to CollectBindings was initially null.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D143188
[flang] Fix potential null scope when lowering dispatch table op ClosedPublic Authored by clementval on Feb 2 2023, 7:39 AM.
Details Summary Similary to D140209, the scope might need to be retrieved
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 2 2023, 7:39 AM This revision is now accepted and ready to land.Feb 3 2023, 1:03 AM Closed by commit rG6ada493035ef: [flang] Fix potential null scope when lowering dispatch table op (authored by clementval). · Explain WhyFeb 3 2023, 1:17 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 494548 flang/lib/Lower/Bridge.cpp
flang/test/Lower/dispatch.f90
|