https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88566
--- Comment #4 from Eric Gallager <egallager at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #3) > This is a non flow sensitive warning. There are a bunch were are not; flow > sensitivity would make this warning worse not better in my mind as it means > in inlining would cause correct warnings to disappear. Is that still the case in light of Project Ranger? Wouldn't it being on-demand mean you could do it at a point before inlining becomes a problem?