https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88644
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue Jan 8 10:32:26 2019 New Revision: 267718 URL: https://gcc.gnu.org/viewcvs?rev=267718&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-8-branch/gcc/testsuite/gcc.dg/debug/dwarf2/pr88644.c Modified: branches/gcc-8-branch/gcc/ChangeLog branches/gcc-8-branch/gcc/dwarf2out.c branches/gcc-8-branch/gcc/testsuite/ChangeLog branches/gcc-8-branch/gcc/testsuite/gcc.dg/pubtypes-2.c branches/gcc-8-branch/gcc/testsuite/gcc.dg/pubtypes-3.c branches/gcc-8-branch/gcc/testsuite/gcc.dg/pubtypes-4.c