in reply to caller() returns wrong line on multi-line function call

this is a problem for you or just a curiosity? this function call occupies three lines:
foo( __LINE__, __LINE__, __LINE__);

Replies are listed 'Best First'.
Re^2: caller() returns wrong line on multi-line function call
by jh (Beadle) on Sep 14, 2017 at 14:31 UTC

    It is 90% a curiosity, but I have debugging routines that occasionally report the wrong calling line because of this bug.

    Passing __LINE__ to the test function was just illustrative.