[flang] Allow NULL() actual argument for procedure pointer dummy argument with unspecified intent
A NULL() pointer is a valid actual argument for a procedure pointer dummy argument whose intent is INTENT(IN); it should also be acceptable for a procedure pointer dummy argument with unspecified intent. Also make it possible to discern null object pointers from null procedure pointers, so that an attempt to use one in place of the other in a context where the distinction matters will still elicit an error. Differential Revision: https://reviews.llvm.org/D132687
Loading
Please sign in to comment