http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54374

Richard Guenther <rguenth at gcc dot gnu.org> changed:

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

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-09-03 
10:05:18 UTC ---
Works for me:

> gcc-4.6 -O2 -Wall -S e?.c -m32
e0.c: In function 'main':
e0.c:277:21: warning: 'level' may be used uninitialized in this function
[-Wuninitialized]
e0.c:279:12: warning: 'portno' may be used uninitialized in this function
[-Wuninitialized]
e1.c: In function 'main':
e1.c:277:11: warning: 'level' may be used uninitialized in this function
[-Wuninitialized]
e1.c:277:11: warning: 'portno' may be used uninitialized in this function
[-Wuninitialized]

Reply via email to