https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88644
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Fri Aug 30 11:24:34 2019 New Revision: 275083 URL: https://gcc.gnu.org/viewcvs?rev=275083&root=gcc&view=rev Log: Backported from mainline 2019-01-03 Jakub Jelinek <ja...@redhat.com> PR debug/88644 * dwarf2out.c (modified_type_die): If type is equal to sizetype, change it to qualified_type. * gcc.dg/debug/dwarf2/pr88644.c: New test. 2019-01-03 Iain Sandoe <i...@sandoe.co.uk> * gcc.dg/pubtypes-2.c: Adjust expected pubtypes length. * gcc.dg/pubtypes-3.c: Likewise. * gcc.dg/pubtypes-4.c: Likewise. Added: branches/gcc-7-branch/gcc/testsuite/gcc.dg/debug/dwarf2/pr88644.c Modified: branches/gcc-7-branch/gcc/ChangeLog branches/gcc-7-branch/gcc/dwarf2out.c branches/gcc-7-branch/gcc/testsuite/ChangeLog branches/gcc-7-branch/gcc/testsuite/gcc.dg/pubtypes-2.c branches/gcc-7-branch/gcc/testsuite/gcc.dg/pubtypes-3.c branches/gcc-7-branch/gcc/testsuite/gcc.dg/pubtypes-4.c