https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88878
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> --- Author: rguenth Date: Wed Feb 27 12:51:43 2019 New Revision: 269251 URL: https://gcc.gnu.org/viewcvs?rev=269251&root=gcc&view=rev Log: 2019-02-27 Richard Biener <rguent...@suse.de> PR debug/88878 * dwarf2out.c (output_comdat_type_unit): Add early_lto_debug parameter, prefix section name with .gnu.debuglto_ if true. (dwarf2out_finish): Pass false to output_comdat_type_unit. (dwarf2out_early_finish): Pass true to output_comdat_type_unit. Modified: trunk/gcc/ChangeLog trunk/gcc/dwarf2out.c