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

r107881 - in /trunk/gcc: ChangeLog convert.c


Author: rguenth
Date: Fri Dec  2 09:38:57 2005
New Revision: 107881

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107881
Log:
2005-12-02  Richard Guenther  <rguenther@suse.de>

	* convert.c (convert_to_integer): Use fold_convert instead
	of fold_build1 (NOP_EXPR, ...).  Use tree_int_cst_sgn < 0
	instead of comparing against 0.  Use build_int_cst instead
	of converting integer_zero_node.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/convert.c


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