As Fortran 2018 C1806, each component of a derived type with the BIND
attribute shall be a nonpointer, nonallocatable data component with
interoperable type.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D131585
[flang] Add semantic checks for interoperability of derived type (C1806) ClosedPublic Authored by peixin on Aug 10 2022, 8:51 AM.
Details Summary As Fortran 2018 C1806, each component of a derived type with the BIND
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 10 2022, 3:39 PM Closed by commit rG6d1a685172f2: [flang] Add semantic checks for interoperability of derived type (C1806) (authored by peixin). · Explain WhyAug 20 2022, 8:38 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 454220 flang/lib/Semantics/check-declarations.cpp
flang/module/__fortran_builtins.f90
flang/test/Semantics/bind-c06.f90
|