1. 23 Mar, 2005 15 commits
    • config.gcc (alpha*-dec-osf[45]*): Remove target_cpu_default. · d432c7a5
      	* config.gcc (alpha*-dec-osf[45]*): Remove target_cpu_default.
      	Define TARGET_SUPPORT_ARCH except on Tru64 UNIX V4.0A.
      
      From-SVN: r96927
      Rainer Orth committed
    • convert.c (convert): Replace fold (buildN (...)) with fold_buildN. · 10c7a96f
      	* convert.c (convert): Replace fold (buildN (...)) with fold_buildN.
      	* trans-array.c (gfc_trans_allocate_array_storage,
      	gfc_trans_allocate_temp_array gfc_trans_array_constructor_value,
      	gfc_conv_array_index_ref, gfc_trans_array_bound_check,
      	gfc_conv_array_index_offset, gfc_conv_scalarized_array_ref,
      	gfc_conv_array_ref, gfc_trans_preloop_setup, gfc_conv_ss_startstride,
      	gfc_conv_loop_setup, gfc_array_init_size, gfc_trans_array_bounds,
      	gfc_trans_auto_array_allocation, gfc_trans_dummy_array_bias,
      	gfc_conv_expr_descriptor): Likewise.
      	* trans-expr.c (gfc_conv_powi, gfc_conv_string_tmp,
      	gfc_conv_concat_op, gfc_conv_expr_op): Likewise.
      	* trans-intrinsic.c (build_round_expr, gfc_conv_intrinsic_bound,
      	gfc_conv_intrinsic_cmplx, gfc_conv_intrinsic_sign,
      	gfc_conv_intrinsic_minmaxloc, gfc_conv_intrinsic_minmaxval,
      	gfc_conv_intrinsic_btest, gfc_conv_intrinsic_bitop,
      	gfc_conv_intrinsic_singlebitop, gfc_conv_intrinsic_ibits,
      	gfc_conv_intrinsic_ishft, gfc_conv_intrinsic_ishftc,
      	gfc_conv_intrinsic_merge, prepare_arg_info,
      	gfc_conv_intrinsic_rrspacing, gfc_conv_intrinsic_repeat): Likewise.
      	* trans-stmt.c (gfc_trans_simple_do, gfc_trans_do, gfc_trans_do_while,
      	gfc_trans_forall_loop, gfc_do_allocate, generate_loop_for_temp_to_lhs,
      	generate_loop_for_rhs_to_temp, compute_inner_temp_size,
      	allocate_temp_for_forall_nest, gfc_trans_pointer_assign_need_temp,
      	gfc_trans_forall_1, gfc_evaluate_where_mask, gfc_trans_where_assign):
      	Likewise.
      	* trans-types.c (gfc_get_dtype, gfc_get_array_type_bounds): Likewise.
      	* trans.c (gfc_add_modify_expr): Likewise.
      
      From-SVN: r96926
      Steven Bosscher committed
    • * gcc.dg/torture/cris-asm-mof-1.c: New test. · 2bc3f466
      From-SVN: r96924
      Hans-Peter Nilsson committed
    • tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to not imply that this is… · 61158923
      tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to not imply that this is called once, independent of asms in code.
      
      	* doc/tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to not
      	imply that this is called once, independent of asms in code.
      	Adjust to now being pased output and input lists.  Mention helper
      	function decl_overlaps_hard_reg_set_p.
      	* hooks.c (hook_tree_tree_tree_tree_3rd_identity): Rename from
      	hook_tree_tree_identity and to take three trees, returning third.
      	* hooks.h (hook_tree_tree_tree_tree_3rd_identity): Adjust the
      	prototype.
      	* stmt.c: include hard-reg-set.h before tree.h.
      	(decl_overlaps_hard_reg_set_p): New function, broken out from...
      	(decl_conflicts_with_clobbers_p): Call
      	decl_overlaps_hard_reg_set_p.
      	(expand_asm_operands): Pass output and input lists in call to
      	targetm.md_asm_clobbers.
      	* target-def.h (TARGET_MD_ASM_CLOBBERS): Define as
      	hook_tree_tree_tree_tree_3rd_identity.
      	* target.h (struct gcc_target.md_asm_clobbers): Take three tree
      	parameters.
      	* tree.h [HARD_CONST] (decl_overlaps_hard_reg_set_p): Prototype.
      	* config/i386/i386.c (ix86_md_asm_clobbers): Adjust to three
      	parameters, first two unused.
      	* config/cris/cris.c (cris_md_asm_clobbers): Adjust to added
      	parameters.  Only add MOF to clobbers if there's no 'h' mentioned
      	in constraint letters and MOF is not mentioned as a asm-declared
      	register in neither of the input and output lists.
      
      From-SVN: r96923
      Hans-Peter Nilsson committed
    • optabs.c (expand_binop): Make sure the first subword's result gets stored. · 06cd9d72
      * optabs.c (expand_binop): Make sure the first subword's result
      gets stored.
      
      From-SVN: r96921
      DJ Delorie committed
    • treetree.c (tree_code_if_start): Use fold_buildN. · c5106933
      2005-03-22  James A. Morrison  <phython@gcc.gnu.org>
      
              * treetree.c (tree_code_if_start): Use fold_buildN.
              (tree_code_create_variable): Likewise.
              (tree_code_generate_return): Likewise.
              (tree_code_get_expression): Likewise.
              (tree_code_add_parameter): Likewise.
      
      From-SVN: r96920
      James A. Morrison committed
    • treelang.h (struct parameter_part): Skip WHERE_TO_PUT_VAR_TREE during GC. · 52f9be18
      2005-03-22  James A. Morrison  <phython@gcc.gnu.org>
      
              * treelang.h (struct parameter_part): Skip WHERE_TO_PUT_VAR_TREE
              during GC.
      
      From-SVN: r96919
      James A. Morrison committed
    • c-common.c (c_common_truthvalue_conversion): Adjust comment. · 85498824
      	* c-common.c (c_common_truthvalue_conversion): Adjust comment.
      	Call c_common_truthvalue_conversion rather than
      	lang_hooks.truthvalue_conversion.
      	* c-convert.c (convert): Call c_objc_common_truthvalue_conversion.
      	* c-objc-common.c (c_objc_common_truthvalue_conversion): Move to
      	c-typeck.c.
      	* c-objc-common.h (LANG_HOOKS_TRUTHVALUE_CONVERSION): Change to
      	c_common_truthvalue_conversion.
      	* c-parser.c (c_parser_paren_condition, c_parser_for_statement,
      	c_parser_conditional_expression, c_parser_binary_expression): Call
      	c_objc_common_truthvalue_conversion.
      	* c-typeck.c (build_unary_op): Call
      	c_objc_common_truthvalue_conversion.
      	(build_conditional_expr): Do not call
      	lang_hooks.truthvalue_conversion.
      	(build_binary_op): Call c_common_truthvalue_conversion.
      	(c_objc_common_truthvalue_conversion): Moved from
      	c-objc-common.c.  Call default_function_array_conversion instead
      	of default_conversion.
      
      objc:
      	* objc-act.c (next_sjlj_build_enter_and_setjmp,
      	next_sjlj_build_catch_list, next_sjlj_build_try_catch_finally):
      	Call c_common_truthvalue_conversion.
      
      From-SVN: r96917
      Joseph Myers committed
    • c-common.h (default_conversion): Remove. · 522ddfa2
      	* c-common.h (default_conversion): Remove.
      	(perform_integral_promotions): Add.
      	* c-tree.h (default_conversion): Add.
      	* c-typeck.c (perform_integral_promotions): New, split out from
      	default_conversion.
      	* c-common.c (check_case_value): Use perform_integral_promotions,
      	not default_conversion.
      	(c_add_case_label): Don't continue processing case label after
      	found to be pointer.
      
      cp:
      	* cp-tree.h (perform_integral_promotions): Remove.
      	(default_conversion): Add.
      
      From-SVN: r96916
      Joseph Myers committed
    • gcc.c (do_spec_1): Do not add a -L path for a directory in the prefix list if... · 54b73ddf
      2005-03-23  Mark Mitchell  <mark@codesourcery.com>
      
      	* gcc.c (do_spec_1): Do not add a -L path for a directory in
      	the prefix list if we have already added a multilib directory
      	based on that path.
      	(main): Do not add MD_EXEC_PREFIX to the list of directories to
      	search with -L.
      
      From-SVN: r96915
      Mark Mitchell committed
    • reload1.c (indirect_symref_ok): Make it global. · 98af7219
      	* reload1.c (indirect_symref_ok): Make it global.
      	* reload.h: Add a prototype for indirect_symref_ok.
      
      From-SVN: r96913
      Kazu Hirata committed
    • reload1.c (indirect_symref_ok, [...]): Make them static. · 5983a90e
      	* reload1.c (indirect_symref_ok, reload_obstack): Make them
      	static.
      	* reload.h: Remove the prototype for indirect_symref_ok.
      
      From-SVN: r96911
      Kazu Hirata committed
    • Daily bump. · 17b32de4
      [[Split portion of a mixed commit.]]
      
      From-SVN: r96908.2
      GCC Administrator committed
    • sh.md (ashlhi3): Rename to *ashlhi3_n and add a new ashlhi3 expander. · 39f44b0b
      	* config/sh/sh.md (ashlhi3): Rename to *ashlhi3_n and add a new
      	ashlhi3 expander.
      
      From-SVN: r96905
      Kaz Kojima committed
  2. 22 Mar, 2005 25 commits