This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/23673] fold does not fold (a^b) != 0 to a != b



------- Comment #4 from pinskia at gcc dot gnu dot org  2005-12-02 18:12 -------
ok, I have a fix without rewritting some of fold_binary.  I just needed to
added a check for BIT_XOR_EXPR comming back, like invert_expr does.


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]