[all-commits] [llvm/llvm-project] b081e9: [Flang] Fix NULLIFY statement that returns too ear...
Daniel Chen via All-commits
all-commits at lists.llvm.org
Fri Feb 9 07:57:09 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b081e9d4cafe2563c513ed7b5ae3ced6d177b657
https://github.com/llvm/llvm-project/commit/b081e9d4cafe2563c513ed7b5ae3ced6d177b657
Author: Daniel Chen <cdchen at ca.ibm.com>
Date: 2024-02-09 (Fri, 09 Feb 2024)
Changed paths:
M flang/lib/Lower/Bridge.cpp
Log Message:
-----------
[Flang] Fix NULLIFY statement that returns too early for multiple procedure pointer objects. (#81164)
The current code that handles NULLIFY statement for procedure pointer
returns after the 1st object.
This PR is to remove the `return` so it can nullify multiple procedure
pointer objects.
More information about the All-commits
mailing list