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