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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
What is confusing about that?  Is that anyh different from non-overloaded
operator?
We have
combine.cc:           && nonzero_bits (XEXP (varop, 1), int_result_mode) >>
count == 0
combine.cc:           && const_op >> i == 0
simplify-rtx.cc:          if (mask >> count == INTVAL (trueop1)
in other places (sure, it isn't overloaded there, but should have the same
precedence regardless of being overloaded or not).

Reply via email to