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]

r161835 - in /trunk/gcc: double-int.c double-in...


Author: rguenth
Date: Mon Jul  5 13:06:07 2010
New Revision: 161835

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161835
Log:
2010-07-05  Richard Guenther  <rguenther@suse.de>

	* double-int.h (double_int_sub): Declare.
	* double-int.c (double_int_sub): New function.
	* dwarf2out.c (field_byte_offset): Use it.
	* fixed-value.c (do_fixed_add): Likewise.
	(do_fixed_multiply): Likewise.
	(do_fixed_divide): Likewise.
	* tree-predcom.c (add_ref_to_chain): Likewise.
	(determine_roots_comp): Likewise.
	* tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.

Modified:
    trunk/gcc/double-int.c
    trunk/gcc/double-int.h
    trunk/gcc/dwarf2out.c
    trunk/gcc/fixed-value.c
    trunk/gcc/tree-predcom.c
    trunk/gcc/tree-ssa-loop-niter.c


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