https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97976
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> --- For containsBackwards we know it must return 1 unless p is NULL at the beginning, for findBackwards we still need to compute where and for that the loop has to be retained.