[flang] Add one semantic check for allocatable/pointer argument association
The actual argument shall have deferred the same type parameters as the dummy argument if the argument is allocatable or pointer variable. Currently programs not following this get one crash during execution. Reviewed By: Jean Perier Differential Revision: https://reviews.llvm.org/D122779
Loading
Please sign in to comment