https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106189
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org Priority|P3 |P2 Status|NEW |ASSIGNED --- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> --- Interestingly const offset_int nelts = aref.sizrng[1] / eltsize; is "happy" because of if (divisor == 0) overflow = true; let's do that "trick" for the other case as well.