[Bug tree-optimization/110554] more invalid wide Boolean values

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jul 5 00:02:26 GMT 2023


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.


More information about the Gcc-bugs mailing list