Files
clang-p2996/flang/lib/Semantics/expression.cpp
Paul Scoropan 6da1f2277d [Flang] Fix usage of uninitialized resolution variable
Recent Flang PowerPC intrinsics patch used resolution variable without checking if it exists first, causing segmentation faults in some scenarios. This patch checks that the resolution variable exists first before usage.

Reviewed By: DanielCChen

Differential Revision: https://reviews.llvm.org/D147616
2023-04-05 15:00:56 +00:00

163 KiB