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; }
pinskia at gcc dot gnu.org via Gcc-bugs Wed, 01 Dec 2021 17:48:37 -0800
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; }