Files
clang-p2996/flang/runtime/assign.cpp
Slava Zakharin 1aff61ecbf [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
2023-05-03 09:19:35 -07:00

23 KiB