Files
clang-p2996/flang/lib/Lower/ConvertExprToHLFIR.cpp
Peter Klausler 2d57333da4 [flang] Fix crash in HLFIR generation (#118399)
Structure constructors with multiple components would crash when
components were from parent types. The search for the right parent
component must be done anew for each component.

Fixes https://github.com/llvm/llvm-project/issues/118270,
https://github.com/llvm/llvm-project/issues/96994, and
https://github.com/llvm/llvm-project/issues/105848.
2024-12-03 12:11:47 -08:00

92 KiB