[Bug middle-end/36823] missing uninitialized warning (IPA, inlining)

manu at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Aug 6 18:20:00 GMT 2016


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
            Summary|missing uninitialzied       |missing uninitialized
                   |warning (IPA, inlining)     |warning (IPA, inlining)

--- Comment #3 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
GCC 6.1 warns, but the location is not clear:

23 : warning: 'pp' may be used uninitialized in this function
[-Wmaybe-uninitialized]
for (p = a; p; p = p->n) if (f1 (p->b)) return 0;
^


More information about the Gcc-bugs mailing list