https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116470
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> ---
Hmm, begin to understand,
in dwarf2out.cc (dwarf2out_source_line)
we have here the wrong decision that advance the address,
but the locations are in different segments:
if (debug_variable_location_views && !RESETTING_VIEW_P (table->view))
push_dw_line_info_entry (table, LI_adv_address, label_num);
else
push_dw_line_info_entry (table, LI_set_address, label_num);