In the analyzed form of type-bound assignment, the binding name was
used where it should have been the subprogram name.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Should you check that compilation-time resolution applies to monomorphic objects and NON_OVERRIDABLE bindings, but *not* to overridable bindings of polymorphic objects?
Comment Actions
You're right. Analyzed calls have the same problem but functions are correct so I will try to use that code in all cases. That's a much bigger change so I will make a new revision for it.