https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101575
Bernd Edlinger <bernd.edlinger at hotmail dot de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bernd.edlinger at hotmail dot
de
--- Comment #4 from Bernd Edlinger <bernd.edlinger at hotmail dot de> ---
Hi,
I think my commit e69ac020372 ("Add line debug info for virtual thunks")
has a mitigating effect on this test case:
due to such functions have DECL_IGNORED_P
they are excluded from the debug_range info,
and therfore gdb should ignore the bogus line tables.
However, I applied this only in the trunk, not the gcc-11 branch.