https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104300
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced a little further: struct ss { char r; ss(); }; struct a { ss e[6]; }; a vv; void ff() { vv = {}; }
pinskia at gcc dot gnu.org via Gcc-bugs Mon, 31 Jan 2022 16:06:26 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104300
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced a little further: struct ss { char r; ss(); }; struct a { ss e[6]; }; a vv; void ff() { vv = {}; }