https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116348
--- Comment #1 from Sam James <sjames at gcc dot gnu.org> --- Reduced: ``` int *a; int b; long c, d; void(e)(int f) { for (; f; f++) { d += (long)a[f] * b; c += (long)a[f] * 3; } } ```
sjames at gcc dot gnu.org via Gcc-bugs Mon, 12 Aug 2024 11:51:38 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116348
--- Comment #1 from Sam James <sjames at gcc dot gnu.org> --- Reduced: ``` int *a; int b; long c, d; void(e)(int f) { for (; f; f++) { d += (long)a[f] * b; c += (long)a[f] * 3; } } ```