The runtime function expects a 2 x newRank array and the code
was passing a newRank x 2 array. This patch updates the
creation of the array to fit the runtime expectation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D143405
[flang] Fix creation of the bound array for pointer remapping ClosedPublic Authored by clementval on Feb 6 2023, 7:53 AM.
Details Summary The runtime function expects a 2 x newRank array and the code
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 6 2023, 7:53 AM This revision is now accepted and ready to land.Feb 6 2023, 10:39 AM Closed by commit rG3b73fc320f91: [flang] Fix creation of the bound array for pointer remapping (authored by clementval). · Explain WhyFeb 6 2023, 12:07 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 495238 flang/lib/Lower/Bridge.cpp
flang/test/Lower/polymorphic.f90
|