https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110456
Richard Biener changed:
What|Removed |Added
Blocks||26163
--- Comment #3 from Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110456
--- Comment #2 from Richard Biener ---
*** Bug 115845 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110456
--- Comment #1 from Richard Biener ---
Correction, the testcase should look like
void __attribute__((noipa))
test (double * __restrict a, double *b, int n, int m)
{
for (int j = 0; j < m; ++j)
for (int i = 0; i < n; ++i)
a[i + j*n]