[Bug c++/65154] ICE with {} initialized array with string

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Feb 21 12:47:00 GMT 2015


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



More information about the Gcc-bugs mailing list