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/36823] missing uninitialized warning (IPA, inlining)


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;
^

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