https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88181
--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue Jan 8 09:58:48 2019 New Revision: 267689 URL: https://gcc.gnu.org/viewcvs?rev=267689&root=gcc&view=rev Log: Backported from mainline 2018-11-27 Jakub Jelinek <ja...@redhat.com> PR c++/88181 * class.c (fixup_attribute_variants): Also propagate TYPE_PACKED to variants. * g++.dg/debug/pr88181.C: New test. Added: branches/gcc-8-branch/gcc/testsuite/g++.dg/debug/pr88181.C Modified: branches/gcc-8-branch/gcc/cp/ChangeLog branches/gcc-8-branch/gcc/cp/class.c branches/gcc-8-branch/gcc/testsuite/ChangeLog