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

--- Comment #3 from Alexander Monakov <amonakov at gcc dot gnu.org> ---
When changing iterators to 'int', you also need to change n to int as well,
otherwise in 'n*(i) + (j)', i and j are promoted to unsigned anyway.

Reply via email to