http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55380
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-11-19 01:59:22 UTC --- >All search_line_fast implementations read beyond buffer. Yes and this is one of the false positives really. We might read past the bounds of an array but it is always on an aligned location and not really depends on those reads past the bounds.