[flang] Check for polymorphism in DEALLOCATE statements in pure procedures
Semantic checking for DEALLOCATE statements omitted checks for polymorphic objects and ultimate allocatable components in a pure procedure, which if not caught would allow execution of an impure FINAL subroutine defined on a type extension. Differential Revision: https://reviews.llvm.org/D140129
Loading
Please sign in to comment