[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
Please register or sign in to comment