https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90367

--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Martin Sebor from comment #8)
> This looks very similar to bug 87072.  The C test case below is diagnosed by
> GCC 9, 8, and 7.

More to the point the line number of this reduced testcase is correct and is
pointing out access for 1 is above the bounds.

In the original testcase, the loop for j<i is unrolled up to the case of 5 from
what it looks (or longer; I have not fully worked).

Reply via email to