Open
Description
In this test, there's call ss( (a) )
. Here, (a)
is not a variable, but an expression, so ss()
should not be allowed to modify the values of a
.
flang (flang version 21.0.0git (https://github.com/llvm/llvm-project 71d091699f956c89135bc165165e815ab7876359)), ifx 2025.0, and gfortran 11.4.0 behave the same way in not allowing ss()
to modify a
.