1. 10 Jan, 2007 16 commits
  2. 09 Jan, 2007 12 commits
  3. 08 Jan, 2007 12 commits
    • tree.h (force_fit_type_double): Export. · b8fca551
      2007-01-08  Richard Guenther  <rguenther@suse.de>
      
      	* tree.h (force_fit_type_double): Export.
      	(force_fit_type): Remove.
      	* fold-const.c (force_fit_type_double): New function.
      	(force_fit_type): Remove.
      	(int_const_binop): Use it.
      	(fold_convert_const_int_from_int): Likewise.
      	(fold_convert_const_int_from_real): Likewise.
      	(fold_div_compare): Likewise.
      	(fold_sign_changed_comparison): Likewise.
      	(fold_unary): Likewise.
      	(fold_negate_const): Likewise.
      	(fold_abs_const): Likewise. 
      	(fold_not_const): Likewise.
      	* c-common.c (shorten_compare): Use force_fit_type_double.
      	* convert.c (convert_to_pointer): Likewise.
      
      From-SVN: r120597
      Richard Guenther committed
    • tree.h (build_int_cst_wide_type): Export. · 2ac7cbb5
      2007-01-08  Richard Guenther  <rguenther@suse.de>
      
      	* tree.h (build_int_cst_wide_type): Export.
      	* tree.c (build_int_cst_wide_type): New function.
      	(build_int_cst_wide): Fix comment.
      	* builtins.c (fold_builtin_object_size): Use build_int_cst
      	to build -1 or 0 of the correct type.  Use fit_double_type
      	to check for overflow.
      	* fold-const.c (optimize_bit_field_compare): Use build_int_cst_type
      	to build the mask.
      	(decode_field_reference): Likewise.
      	(all_ones_mask_p): Likewise.
      	(native_interpret_int): Use build_int_cst_wide_type.
      	(fold_binary): Use build_int_cst_type to build an all-ones
      	value.
      	* stor-layout.c (set_sizetype): Use build_int_cst_wide_type.
      
      	java/
      	* lex.c (do_java_lex): Use build_int_cst_wide_type.
      	* jcf-parse.c (get_constant): Likewise.
      
      	cp/
      	* cvt.c (cp_convert_to_pointer): Use build_int_cst_type.
      
      	ada/
      	* cuintp.c (build_cst_from_int): Use built_int_cst_type.
      	* trans.c (gnat_to_gnu): Likewise.
      
      From-SVN: r120596
      Richard Guenther committed
    • * config/pa/t-pa64 (libgcc_stub.a): Use $(T). · 1c61ff29
      From-SVN: r120595
      Daniel Jacobowitz committed
    • genautomata.c (STATS_OPTION): New option. · df1133a6
      	* genautomata.c (STATS_OPTION): New option.
      	(stats_flag): New flag.
      	(gen_automata_option): Handle it.
      	(initiate_automaton_gen): Ditto.
      	(write_automata): Output statistics only if stats_flag is
      	set. Likewise, output time statistics only if time_flag is set.
      	* doc/md.texi (Processor pipeline description): Document new flag.
      
      From-SVN: r120594
      Ben Elliston committed
    • builtins.c (fold_builtin_int_roundingfn): Use fit_double_type. · 2b60792f
      2007-01-08  Richard Guenther  <rguenther@suse.de>
      
      	* builtins.c (fold_builtin_int_roundingfn): Use fit_double_type.
      	* tree.c (build_int_cst_type): Likewise.
      	(size_in_bytes): Don't call force_fit_type on the result.
      	(int_fits_type_p): Use fit_double_type.
      	* fold-const.c (fit_double_type): New function.
      	(force_fit_type): Use it.
      	* tree.h (fit_double_type): Export.
      
      From-SVN: r120593
      Richard Guenther committed
    • * MAINTAINERS: Add myself as i386 maintainer. · 61fcaeef
      From-SVN: r120592
      Jan Hubicka committed
    • * MAINTAINERS: Add myself as build system maintainer. · a36aee1a
      From-SVN: r120591
      Jan Hubicka committed
    • * ipa.c (function_and_variable_visibility): Fix return type. · 4e260309
      From-SVN: r120590
      Jan Hubicka committed
    • overflow-warn-1.C: Fix testcase. · 8444a5de
      2007-01-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
      
      testsuite/
      	* g++.dg/warn/overflow-warn-1.C: Fix testcase.
      	* g++.dg/warn/overflow-warn-3.C: Likewise.
      	* g++.dg/warn/overflow-warn-4.C: Likewise.
      	* g++.dg/warn/overflow-warn-5.C: Likewise.
      	* g++.dg/warn/overflow-warn-6.C: Likewise.
      	* g++.dg/warn/Woverflow-1.C: Likewise.
      	* g++.dg/warn/Woverflow-2.C: Likewise.
      	* g++.dg/warn/Woverflow-3.C: Likewise.
      	* g++.dg/warn/multiple-overflow-warn-2.C: Likewise.
      
      From-SVN: r120588
      Manuel López-Ibáñez committed
    • interface.c, [...]: Update Copyright years. · b251af97
      2007-01-08  Steven G. Kargl  <kargl@gcc.gnu.org>
      
          * interface.c, intrinsic.c, gfortranspec.c, io.c, f95-lang.c,
          iresolve.c, match.c:  Update Copyright years.  Whitespace.
      
      From-SVN: r120587
      Steven G. Kargl committed
    • tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build the index. · 7fb41a42
      2007-01-08  Richard Guenther  <rguenther@suse.de>
      
      	* tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type
      	of offset to build the index.
      	* tree-pretty-print.c (dump_generic_node): Don't build negated
      	const just for printing.
      	* c-pretty-print.c (pp_c_integer_constant): Likewise.
      	* builtins.c (fold_builtin_int_roundingfn): Check if result
      	fits the type by using force_fit_type and comparing the result.
      	* predict.c (predict_loops): Use compare_tree_int for comparison.
      	* tree.c (build_int_cst): Fall back to integer_type_node for
      	NULL_TREE type.
      	(build_int_cst_wide): Assert type is non-null.
      
      	fortran/
      	* trans-io.c (transfer_array_desc): Use build_int_cst instead
      	of build_int_cstu.
      
      From-SVN: r120586
      Richard Guenther committed