[flang] Check that a SELECT TYPE selector is not a procedure
A SELECT TYPE statement's selector must be a variable or expression, not a procedure; specifically, a function with a polymorphic result is unacceptable. Differential Revision: https://reviews.llvm.org/D145742
Loading
Please sign in to comment