Declaration checking in semantics was only examining symbols with
explicit BIND(C) attributes; extend it to also check dummy arguments
to such procedures.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D145746
[flang] Check dummy arguments of BIND(C) procedures ClosedPublic Authored by klausler on Mar 9 2023, 4:32 PM.
Details Summary Declaration checking in semantics was only examining symbols with
Diff Detail Event TimelineThis revision is now accepted and ready to land.Mar 10 2023, 12:46 AM Closed by commit rG199402c37863: [flang] Check dummy arguments of BIND(C) procedures (authored by klausler). · Explain WhyMar 10 2023, 9:40 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 503971 flang/docs/Extensions.md
flang/lib/Semantics/check-declarations.cpp
flang/module/iso_c_binding.f90
flang/module/omp_lib.h
flang/test/Lower/call-by-value.f90
flang/test/Semantics/bind-c11.f90
flang/test/Semantics/modfile04.f90
|