http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59615

--- Comment #3 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Uroš Bizjak from comment #2)

>   if (r < (unsigned) a)

Explicit cast is not needed here, the compiler will do it for you.

Reply via email to