https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87148
--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue Apr 30 20:38:01 2019 New Revision: 270721 URL: https://gcc.gnu.org/viewcvs?rev=270721&root=gcc&view=rev Log: Backported from mainline 2019-03-06 Jakub Jelinek <ja...@redhat.com> PR c++/87148 * init.c (build_value_init_noctor): Ignore flexible array members. * g++.dg/ext/flexary34.C: New test. Added: branches/gcc-8-branch/gcc/testsuite/g++.dg/ext/flexary34.C Modified: branches/gcc-8-branch/gcc/cp/ChangeLog branches/gcc-8-branch/gcc/cp/init.c branches/gcc-8-branch/gcc/testsuite/ChangeLog