Fix tailrec opt. error reoprted in #41412
Disable tailrec optimizationi for functions,
if callnode reuult is not used, because otherwise
the value of second call ends up as the return value.
Fixes bug reoprt #41412
(cherry picked from commit 989b173b0ba546aebd378c6c590084b872bceddf)