[flang] Supply missing source location for a message
An error message in semantic analysis of SELECT TYPE type guards doesn't allow for the possibility of failure from FindSourceLocation(), and that can happen when the type guard is just an intrinsic type name like "type is (character)". Deal with it. Differential Revision: https://reviews.llvm.org/D135217
Loading
Please sign in to comment