Unverified Commit b081e9d4 authored by Daniel Chen's avatar Daniel Chen Committed by GitHub
Browse files

[Flang] Fix NULLIFY statement that returns too early for multiple procedure...

[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.
parent fdb16e6f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment