https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103523

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase:
void d(float *a, float b, int c) {
  float e;
  for (; c; c--, e += b)
    a[c] = e;
}

Reply via email to