This is the mail archive of the gcc-patches@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]

Re: [patch] fold-const.c: Don't transform X & C into (X >> C') &1 in fold_binary.



My personal preference would be to leave this code in do_jump,
even if it never triggers.  Some day it might.  Indeed, the only
reason we can safely change the tree-level canonical form is that
the reverse-sense code was left in expand_expr.  If this code had
been removed as "dead", your recent changes would have been much
harder.

I think that CVS is what this is for... I am against leaving archaeology in the source base. But I do not want to start yet another philosophic discussion! :-)


Paolo


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