[flang][runtime] Initialize LHS temporary in AssignTemporary.
If LHS is of derived type that needs initialization, then it must be initialized before doing the assignment. Otherwise, the assignment might behave incorrectly based on uninitialized components that are descriptors themselves. Differential Revision: https://reviews.llvm.org/D149681
Loading
Please sign in to comment