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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|rtl-optimization            |tree-optimization

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I think there is a dup of this bug already filed.  Basically only in the
front-end, there is "folding" of (unsigned char)((int)a + 1) into just
((unsigned char)a)+1

Reply via email to