https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94450
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:54af95767e887d63dc332731738e642536d87a48 commit r10-7521-g54af95767e887d63dc332731738e642536d87a48 Author: Richard Biener <rguent...@suse.de> Date: Thu Apr 2 16:45:28 2020 +0200 debug/94450 - remove DW_TAG_imported_unit generated in LTRANS units This removes the DW_TAG_imported_unit we generate for each referenced early debug unit in LTRANS units. They are more harmful than they do good and the semantics can be read in a way making it even wrong. 2020-04-02 Richard Biener <rguent...@suse.de> PR debug/94450 * dwarf2out.c (dwarf2out_early_finish): Remove code emitting DW_TAG_imported_unit.