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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I get a warning with -Wall

w.c: In function ‘main’:
w.c:11:9: warning: ‘a.x’ is used uninitialized in this function
[-Wuninitialized]
     int z = a.x;
         ^


GCC 5 is no longer supported anyway.

Reply via email to