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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|tree-optimization           |middle-end

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Generic has different type constraints than gimple and that is what is
confusing here.
bitwise_inverted_equal_p cannot check comparisons to see if they are inverse of
each other unless the type is a boolean type ...

Reply via email to