[Bug middle-end/24990] fold should convert ~a != C to a != ~C where C is a constant

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Nov 22 21:12:00 GMT 2005



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-11-22 21:12 -------
== and != should be handled the same.  Change the summary to reflect the
testcase in comment #0.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|fold should convert ~a == C |fold should convert ~a != C
                   |to a == ~C where C is a     |to a != ~C where C is a
                   |constant                    |constant


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24990



More information about the Gcc-bugs mailing list