r175096 - in /trunk/gcc: ChangeLog fold-const.c...
rguenth@gcc.gnu.org
rguenth@gcc.gnu.org
Thu Jun 16 08:41:00 GMT 2011
Author: rguenth
Date: Thu Jun 16 08:41:50 2011
New Revision: 175096
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175096
Log:
2011-06-16 Richard Guenther <rguenther@suse.de>
* gimple.c (canonicalize_cond_expr_cond): (bool)x is not
the same as x != 0.
* fold-const.c (fold_binary_loc): Do not fold X & 1 != 0 to
(bool) X & 1.
* ipa-prop.c (ipa_analyze_indirect_call_uses): Also allow
equality compares against zero for the lower bit.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/fold-const.c
trunk/gcc/gimple.c
trunk/gcc/ipa-prop.c
More information about the Gcc-cvs
mailing list