Entities declared with CLASS() must be dummy arguments, allocatables,
or pointers. This constraint check is currently correct for objects
but not for procedures, and getting it right needs to avoid being
confused between pointers to procedures and pointers returned by
procedures.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo