When interfacing with C code, assumed type should be passed as
basic pointer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D146300
[flang] Pass box address for bind(c) assumed type dummy argument ClosedPublic Authored by clementval on Mar 17 2023, 8:10 AM.
Details Summary When interfacing with C code, assumed type should be passed as
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 17 2023, 8:10 AM This revision is now accepted and ready to land.Mar 17 2023, 9:07 AM This revision was landed with ongoing or failed builds.Mar 17 2023, 9:59 AM Closed by commit rG49d718db86aa: [flang] Pass box address for bind(c) assumed type dummy argument (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 506123 flang/lib/Lower/CallInterface.cpp
flang/test/Lower/polymorphic-types.f90
|