https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88006
--- Comment #4 from Nathan Sidwell <nathan at gcc dot gnu.org> --- Author: nathan Date: Thu Nov 15 14:31:35 2018 New Revision: 266185 URL: https://gcc.gnu.org/viewcvs?rev=266185&root=gcc&view=rev Log: [debug/88006] -fdebug-types-section gives undefined ref https://gcc.gnu.org/ml/gcc-patches/2018-11/msg01280.html PR debug/88006 PR debug/87462 * dwarf2out.c (dwarf2out_finish): Apply resolve_addr to comdat type list. * g++.dg/debug/dwarf2/pr87462.C: New. * g++.dg/debug/dwarf2/pr88006.C: New. Added: branches/gcc-7-branch/gcc/testsuite/g++.dg/debug/dwarf2/pr87462.C branches/gcc-7-branch/gcc/testsuite/g++.dg/debug/dwarf2/pr88006.C Modified: branches/gcc-7-branch/gcc/ChangeLog branches/gcc-7-branch/gcc/dwarf2out.c branches/gcc-7-branch/gcc/testsuite/ChangeLog