[Bug c/92773] [8/9/10 Regression] GCC compilation with big array / header is infinite

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Dec 6 18:06:00 GMT 2019


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.


More information about the Gcc-bugs mailing list