https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123803
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced and cleaned up (and portable) testcase:
```
int f(int *x1,__SIZE_TYPE__ n) {
return *(x1 + n) +
*(x1 + 3 * n);
}
```
pinskia at gcc dot gnu.org via Gcc-bugs Fri, 23 Jan 2026 23:10:57 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123803
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced and cleaned up (and portable) testcase:
```
int f(int *x1,__SIZE_TYPE__ n) {
return *(x1 + n) +
*(x1 + 3 * n);
}
```