On Feb 09 2018, Alexandre Oliva <[email protected]> wrote: > @@ -9681,34 +9978,85 @@ gen_llsym (dw_loc_list_ref list) > static void > output_loc_list (dw_loc_list_ref list_head) > { > + int vcount = 0, lcount = 0; > + > if (list_head->emitted) > return; > list_head->emitted = true; > > + if (list_head->vl_symbol && dwarf2out_locviews_in_attribute ()) > + { > + ASM_OUTPUT_LABEL (asm_out_file, list_head->vl_symbol);
That needs to use ASM_OUTPUT_DEBUG_LABEL. Andreas. -- Andreas Schwab, [email protected] GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."
