[Bug c/80454] -Wmissing-braces wrongly warns about universal zero initializer {0}

2023-10-27 Thread pobrn at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80454 Barnabás Pőcze changed: What|Removed |Added CC||pobrn at protonmail dot com --- Comment

[Bug c/80454] -Wmissing-braces wrongly warns about universal zero initializer {0}

2023-09-19 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80454 --- Comment #6 from Marek Polacek --- To fix this, we have to somehow propagate the flag constructor_zeroinit up in pop_init_level.

[Bug c/80454] -Wmissing-braces wrongly warns about universal zero initializer {0}

2021-09-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80454 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2017-08-01 00:00:00 |2021-9-29 Severity|normal

[Bug c/80454] -Wmissing-braces wrongly warns about universal zero initializer {0}

2019-08-14 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80454 Eric Gallager changed: What|Removed |Added CC||dmalcolm at gcc dot gnu.org,

[Bug c/80454] -Wmissing-braces wrongly warns about universal zero initializer {0}

2017-08-28 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80454 --- Comment #3 from Alexander Monakov --- The bug is that universal zero initializers are warned about when they are inside of some other initializer, even though we correctly stopped doing that when they appear on their own. In the following exa

[Bug c/80454] -Wmissing-braces wrongly warns about universal zero initializer {0}

2017-08-28 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80454 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c/80454] -Wmissing-braces wrongly warns about universal zero initializer {0}

2017-08-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80454 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|