------- 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