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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
a is not an automatic variable and as such it is zero initialized when it
doesn't have explicit initializer.

Reply via email to