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

--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to David Edelsohn from comment #7)
> Yep, timing out on AIX also.  Is this assuming signed char?

Looks like it from the code.
char c, d;
....
for (; c >= 0; c--)


Simple fix is to just change char to be signed char.

Reply via email to