[Bug middle-end/99959] [9/10/11/12 Regression] missing -Wuninitialized for an esra variable with TREE_NO_WARNING
egallager at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Jun 26 15:16:04 GMT 2021
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?
More information about the Gcc-bugs
mailing list