https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92773
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> --- So, historical data regarding #c8. Before r211289, it used to print a single -Wmissing-brace warning, starting with r211289 aka PR53119 it started printing 73 of these + 73 near initialization + 432 in expansion of macro notes. Starting with r244061 we only emit 73 warnings and no near initialization warnings and no in expansion of macro notes and that is the case until current trunk.