fortran-src
fortran-src copied to clipboard
function call disambiguation stops at first level
I am testing a function call of the following form:
y = dbl(dbl(x))
but only the outer dbl is recognised as a function call. The inner one remains interpreted as an array.