https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99959

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egallager at gcc dot gnu.org

--- Comment #3 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Martin Sebor from comment #1)
> The warning has been suppressed since r230968 (6.0.0 20151126).  Until then,
> GCC issued:
> 
> pr99959.c:7:5: warning: ‘FRAME.0.i’ is used uninitialized in this function
> [-Wuninitialized]
>      __builtin_printf ("%i", i);   // missing -Wuninitialized
>      ^~~~~~~~~~~~~~~~~~~~~~~~~~

did your TREE_NO_WARNING overhaul affect this at all?

Reply via email to