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);
}
```

Reply via email to