Files
clang-p2996/flang/test/Semantics/array-constr-values.f90
Peter Klausler 6c09a9bf6c [flang] Check assignment conformance for derived types (#99059)
Derived type assignment checking needs to account for the possibility of
derived assignment. The implementation was checking compile-time
conformance errors only on the path for assignments of intrinsic types.
Add a static array conformance check in the derived type flow once it
has been established that no defined assignment exists.

Fixes https://github.com/llvm/llvm-project/issues/98981.
2024-07-18 15:57:32 -07:00

4.1 KiB