[flang] Allow assignment to host association in BLOCK in PURE subprogram
We need to distinguish BLOCK host association from subprogram host association when checking assignments in PURE subprograms. The specific case that is not allowed is an assignment to a variable from the scope around the PURE subprogram. Differential Revision: https://reviews.llvm.org/D131098
Loading
Please sign in to comment