https://issues.dlang.org/show_bug.cgi?id=22905
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- dlang/dmd pull request #15961 "Fix issue 22905 - gdb backtrace contains wrong location" was merged into master: - d7cbcbecdfde13bc5afbb21dc15095b828da815c by Tim Schendekehl: Fix issue 22905 - gdb backtrace contains wrong location The default argument for function funcC in the example is wrapped in an implicit cast expression. The location for this expression was not changed to the call site, because the visit function returned earlier for unary expressions. Now the location is changed for every type of expression. https://github.com/dlang/dmd/pull/15961 --
