https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103347
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- That is GCC does warning about the following case: struct test { int x = 0; }; int main() {}
pinskia at gcc dot gnu.org via Gcc-bugs Sun, 21 Nov 2021 06:52:50 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103347
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- That is GCC does warning about the following case: struct test { int x = 0; }; int main() {}