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 = {}; }

Reply via email to