This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/53119] -Wmissing-braces wrongly warns about universal zero initializer {0}
- From: "nightstrike at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 06 Jun 2014 00:50:25 +0000
- Subject: [Bug c/53119] -Wmissing-braces wrongly warns about universal zero initializer {0}
- Auto-submitted: auto-generated
- References: <bug-53119-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119
nightstrike <nightstrike at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nightstrike at gmail dot com
--- Comment #13 from nightstrike <nightstrike at gmail dot com> ---
This is related to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36750
Can someone update the see also field?
Also, can this change be applied to c++ as well? Initializing a c struct in c++
code exhibits the same behavior.