Files
clang-p2996/flang/lib/Lower/Runtime.cpp
Valentin Clement dda01632db [flang] Use PointerAssociateLowerBounds when there is lower bounds
The current code was not taking provided lower bounds when the pointer
is polymorphic and was just calling PointerAssociate. This patch
updates the behavior and use PointerAssociateLowerBounds with the provided
lower bounds.

Reviewed By: jeanPerier

Differential Revision: https://reviews.llvm.org/D143392
2023-02-07 09:17:38 +01:00

9.0 KiB