https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110554
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pinskia at gcc dot gnu.org
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The case here is the match pattern which does:
((type)a)&1 into (type)(a&1).
Will double check.
