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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #4 from Tobias Burnus <burnus at gcc dot gnu.org> ---
FIXED.

Thanks, Filip, for testing and reporting it!


(BTW: The change of comment 2 was not enough as j became negative in the 'for'
loop, shown in comment 1 - moving the problem from one side of the array to the
other; it fortunately also triggering the assert. The loop condition is now 't
&& j > 0'.)

Reply via email to