Current code are crashing on the assert assert(seqTy && "must be an array");.
Add a TODO instead until the support is in.
Differential D144173
[flang] Add TODO instead of crashing on assert ClosedPublic Authored by clementval on Feb 16 2023, 2:09 AM.
Details
Summary Current code are crashing on the assert assert(seqTy && "must be an array");. Add a TODO instead until the support is in.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 16 2023, 2:09 AM This revision is now accepted and ready to land.Feb 16 2023, 2:51 AM Closed by commit rGe97fc5007e72: [flang] Add TODO instead of crashing on assert (authored by clementval). · Explain WhyFeb 16 2023, 5:06 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 497968 flang/lib/Lower/ConvertExpr.cpp
|