On Feb 11, 2018, Andreas Schwab <[email protected]> wrote: >> + 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. There's another use of the same macro that was already there, right before the locview block output: ASM_OUTPUT_LABEL (asm_out_file, list_head->ll_symbol); Shouldn't it be ASM_OUTPUT_DEBUG_LABEL too? is fixing these enough to address the problem you reported? Thanks, -- Alexandre Oliva, freedom fighter http://FSFLA.org/~lxoliva/ You must be the change you wish to see in the world. -- Gandhi Be Free! -- http://FSFLA.org/ FSF Latin America board member Free Software Evangelist|Red Hat Brasil GNU Toolchain Engineer
