This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/49848] False positive warning triggered by -Wmaybe-uninitialized


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

Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-10-25
                 CC|                            |manu at gcc dot gnu.org
             Blocks|                            |24639
     Ever Confirmed|0                           |1

--- Comment #3 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> 2012-10-25 00:12:34 UTC ---
Still present in GCC 4.8.0pr49848.c: In function âfooâ:
pr49848.c:14:21: warning: âbâ may be used uninitialized in this function
[-Wmaybe-uninitialized]
  if (a != NULL && b != NULL)
                     ^


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]