https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65154

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase:
struct ss {
    ss() {};
};
struct C {
      ss s;
};
int main() {
      C cs[5]{};
}

Reply via email to