Files
clang-p2996/flang/lib/Evaluate/fold.cpp
Peter Klausler 3ddfb6807e [flang] Prevent crash from unfoldable TRANSFER() (#92282)
When the MOLD= argument's type is polymorphic, the type of the result
cannot be known at compilation time, so the call cannot be folded even
when the SOURCE= is constant.

Fixes https://github.com/llvm/llvm-project/issues/92264.
2024-05-15 16:41:12 -07:00

11 KiB