[flang] Resolve procedure bindings and final procedures in derived types
Add new kinds of symbol details: ProcBindingDetails, FinalProcDetails. and GenericBindingDetails. The last is not yet implemented. Write them to the .mod file. Recognize DEFERRED and NON_OVERRIDABLE attributes. Enforce C783. Resolve CLASS(t) similarly to resolution of TYPE(t). Original-commit: flang-compiler/f18@0c0a9ab79eacd725900e4452ca352a46bec226a3 Reviewed-on: https://github.com/flang-compiler/f18/pull/173 Tree-same-pre-rewrite: false
Loading
Please sign in to comment