1. 28 Aug, 2007 2 commits
    • write.c (stdbool.h): Add include. · 2861f77f
      2007-08-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	* io/write.c (stdbool.h): Add include. (sign_t): Move typedef to
      	new file write_float.def. Include write_float.def.
      	(extract_real): Delete. (calculate_sign): Delete.
      	(calculate_exp): Delete. (calculate_G_format): Delete.
      	(output_float): Delete. (write_float): Delete.
      	* io/write_float.def (calculate_sign): Added.
      	(output_float): Refactored to be independent of kind and added to this
      	file for inclusion. (write_infnan): New function to write "Infinite" or
      	"NaN" depending on flags passed, independent of kind.
      	(CALCULATE_EXP): New macro to build kind specific functions. Use it.
      	(OUTPUT_FLOAT_FMT_G): New macro, likewise. Use it.
      	(DTOA, DTOAL): Macros to implement "decimal to ascii".
      	(WRITE_FLOAT): New macro for kind specific write_float functions.
      	(write_float): Revised function to determine kind and use WRITE_FLOAT
      	to implement kind specific output.
      
      From-SVN: r127846
      Jerry DeLisle committed
    • Daily bump. · c7682132
      From-SVN: r127844
      GCC Administrator committed
  2. 27 Aug, 2007 16 commits
    • extend.texi (gnu_inline funtion attribute): Document C++ behavior. · 3a47c4e4
      gcc/ChangeLog:
      * doc/extend.texi (gnu_inline funtion attribute): Document C++
      behavior.
      gcc/cp/ChangeLog:
      * decl.c (GNU_INLINE_P): New.
      (duplicate_decls): Handle gnu_inline.  Merge attributes and
      some flags in overriding definitions.
      (redeclaration_error_message): Handle gnu_inline.
      (start_preparsed_function): Likewise.
      gcc/testsuite/ChangeLog:
      * g++.dg/ext/gnu-inline-common.h: New.
      * g++.dg/ext/gnu-inline-global-reject.C: New.
      * g++.dg/ext/gnu-inline-global.C: New.
      * g++.dg/ext/gnu-inline-namespace.C: New.
      * g++.dg/ext/gnu-inline-anon-namespace.C: New.
      * g++.dg/ext/gnu-inline-class.C: New.
      * g++.dg/ext/gnu-inline-class-static.C: New.
      * g++.dg/ext/gnu-inline-template-class.C: New.
      * g++.dg/ext/gnu-inline-template-func.C: New.
      
      From-SVN: r127839
      Alexandre Oliva committed
    • re PR c++/31337 (ICE with statement expression) · 83d7e8f0
              PR c++/31337
              * gimplify.c (gimplify_modify_expr): Discard the assignment of
              zero-sized types after calling gimplify_modify_expr_rhs.
              * testsuite/g++.dg/ext/stmtexpr11.C: New.
      
      From-SVN: r127838
      Jason Merrill committed
    • regclass.c (init_reg_autoinc): Fix typo. · 9da72d66
      2007-08-27  Sandra Loosemore  <sandra@codesourcery.com>
      
      	gcc/
      	* regclass.c (init_reg_autoinc): Fix typo.
      
      From-SVN: r127836
      Sandra Loosemore committed
    • target-supports.exp (check_profiling_available): Set profiling_available_saved to 0 on fido-*-elf. · da3ce502
      	* lib/target-supports.exp (check_profiling_available):
      	Set profiling_available_saved to 0 on fido-*-elf.
      
      From-SVN: r127835
      Kazu Hirata committed
    • re PR tree-optimization/33173 (ICE in set_uids_in_ptset, at tree-ssa-structalias.c:4704) · 11df3da3
      2007-08-27  Daniel Berlin  <dberlin@dberlin.org>
      	
      	Fix PR tree-optimization/33173
      	* tree-ssa-alias.c (find_used_portions): Fix reversed test.
      
      From-SVN: r127834
      Daniel Berlin committed
    • re PR target/31385 (gcc fails to find spill register for decimal arithmetic) · 62d75179
      gcc/
      
      2007-08-27  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR target/31385
      	* config/i386/i386.h (VALID_DFP_MODE_P): New.
      	* config/i386/i386.c (ix86_hard_regno_mode_ok): Allow DFP in
      	GPR.
      
      gcc/testsuite/
      
      2007-08-27  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR target/31385
      	* gcc.dg/dfp/pr31385.c: New.
      
      From-SVN: r127833
      H.J. Lu committed
    • Separate target-specific initialization from general back-end initialization. · b5deb7b6
      2007-08-27  Sandra Loosemore  <sandra@codesourcery.com>
      	    David Ung  <davidu@mips.com>
                  Nigel Stephens <nigel@mips.com>
      
      	gcc/
      	Separate target-specific initialization from general
      	back-end initialization.
      
      	* toplev.c (init_alignments): New, split out from...
      	(process_options): ...here.
      	(backend_init_target):  New, split out from...
      	(backend_init): ...here.
      	(lang_dependent_init_target):  New, split out from...
      	(lang_dependent_init): ...here.
      	(target_reinit): New.
      	* toplev.h (target_reinit): Declare.
      	* expr.c (init_expr_target): Renamed from init_expr_once, since it
      	now can be called more than once.  Update comments.
      	* expr.h (init_expr_target): Likewise.
      	* alias.c (init_alias_target): Renamed from init_alias_once, since it
      	now can be called more than once.  Explicitly zero
      	static_reg_base_value.
      	* emit-rtl.c (init_emit_regs): New, split out from...
      	(init_emit_once): Here.
      	* regclass.c (initial_fixed_regs, initial_call_used_regs): Make
      	non-const, so that changes from command-line arguments can overwrite
      	values provided by the static initializers.
      	(initial_call_really_used_regs): New, used similarly to the above.
      	(initial_reg_names): Likewise.
      	(last_mode_for_init_move_cost): Promoted function-local static to
      	file-scope static to make it accessible outside init_move_cost.
      	(init_reg_sets): Do not initialize fixed_regs and call_used_regs yet.
      	Do not initialize inv_reg_alloc_order yet, either.  Do initialize
      	reg_names since it is needed for parsing command-line options.
      	(init_move_cost): Use last_mode_for_init_move_cost instead of
      	function-local static.
      	(init_reg_sets_1): Initialize fixed_regs, call_used_regs, and
      	call_really_used_regs now.  Reinitialize reg_names.  Also
      	initialize inv_reg_alloc_order.  Zero reg_class_subunion and
      	reg_class_superunion.  Clear losing_caller_save_reg_set.
      	Preserve global registers if called more than once.  Reset
      	move cost, may_move_in_cost, may_move_out_cost, and
      	last_mode_for_init_move_cost.
      	(init_reg_modes_target): Renamed from init_reg_modes_once, since it
      	can now be invoked more than once.  Update comments.
      	(init_regs): Update comments.
      	(fix_register): Update initial_fixed_regs, initial_call_used_regs,
      	and initial_call_really_used_regs, instead of the non-initial 
              variables.  This allows us to save the command-line register settings
      	after target reinitialization.
      	(init_reg_autoinc): Zero forbidden_inc_dec_classes.
      	* rtl.h (init_emit_regs): Declare.
      	(init_reg_modes_target, init_alias_target): Renamed as described
      	above.
      	* reload1.c (init_reload): Update comments.
      	* optabs.c (init_optabs): Likewise.
      	* cfgloopanal.c (init_set_costs): Explicitly zero target_avail_regs.
      	
      
      
      Co-Authored-By: David Ung <davidu@mips.com>
      Co-Authored-By: Nigel Stephens <nigel@mips.com>
      
      From-SVN: r127832
      Sandra Loosemore committed
    • unsigned-long-compare.c: Remove target selector. · 107d7676
      	* gcc.dg/unsigned-long-compare.c: Remove target selector.
      
      From-SVN: r127831
      Uros Bizjak committed
    • config.host: Add x86_64-elf target. · 3ae3dbd6
      	* config.host : Add x86_64-elf target.
      
      From-SVN: r127830
      Hans Kester committed
    • simplify.c (gfc_simplify_lgamma): Fix mpfr_lgamma call. · 5b550abd
      2007-08-27  Tobias Burnus  <burnus@net-b.de>
      
      	* simplify.c (gfc_simplify_lgamma): Fix mpfr_lgamma call.
      
      From-SVN: r127829
      Tobias Burnus committed
    • arm-eabi1.c, [...]: Move to gcc.target/arm directory. · f95ae12a
      	* gcc.dg/arm-eabi1.c, gcc.dg/symbian1.c, cc.dg/symbian2.c,
      	gcc.dg/symbian3.c, gcc.dg/symbian4.c, gcc.dg/symbian5.c,
      	gcc.dg/20051215-1.c: Move to gcc.target/arm directory.
      	* gcc.dg/const-compare.c, gcc.dg/non-lazy-ptr-test.c,
      	gcc.dg/unsigned-long-compare.c, gcc.dg/rs6000-leaf.c: Move to
      	gcc.target/powerpc directory.
      	* gcc.dg/m68k-pic-1.c, gcc.dg/m68k-slp-ice.c: Move to
      	gcc.target/m68k directory.
      	* gcc.dg/i386-darwin-fpmath.c: Move to gcc.target/i386 directory.
      	* gcc.dg/cris-peep2-andu1.c, gcc.dg/cris-peep2-andu2.c,
      	gcc.dg/cris-peep2-xsrand.c, gcc.dg/cris-peep2-xsrand2.c: Move to
      	gcc.target/cris directory.
      	* gcc.dg/20020620-1.c: Move to gcc.target/mips directory.
      	* gcc.dg/bfin-longcall-1.c, gcc.dg/bfin-longcall-2.c: Move to
      	gcc.target/bfin directory.
      
      	* gcc.target/sh: New directory.
      	* gcc.target/sh/sh.exp: New file.
      	* gcc.dg/pr21255-1.c, gcc.dg/pr21255-2-mb.c, gcc.dg/pr21255-2-ml.c,
      	gcc.dg/pr21255-3.c, gcc.dg/pr21255-4.c, gcc.dg/sh4a-bitmovua.c,
      	gcc.dg/sh4a-cos.c, gcc.dg/sh4a-cosf.c, gcc.dg/sh4a-fprun.c,
      	gcc.dg/sh4a-fsrra.c, gcc.dg/sh4a-memmovua.c, gcc.dg/sh4a-sin.c,
      	gcc.dg/sh4a-sincosf.c, gcc.dg/sh4a-sinf.c gcc.dg/sh-relax.c,
      	gcc.dg/sh-relax-vxworks.c: Move to gcc.target/sh directory.
      
      From-SVN: r127828
      Uros Bizjak committed
    • pow-1.c: Fix scan-assembler-not. · a29e020e
      	* gcc.target/i386/pow-1.c: Fix scan-assembler-not.
      	* gcc.target/i386/asm-3.c: Skip -fpic ilp32 targets only.
      	* gcc.target/i386/tailcall-1.c: Ditto.
      	* gcc.target/i386/20020523-1.c: Require nonpic effective target.
      	* gcc.target/i386/local2.c: Ditto.
      	* gcc.target/i386/stack-prot-kernel.c: Ditto.
      	* gcc.target/i386/20011119-1.c: Ditto.
      	* gcc.target/i386/fastcall-1.c: Fix target selector.
      
      From-SVN: r127826
      Uros Bizjak committed
    • rtl.h (XCNMPFV): Preserve const-ness of parameters through use of __typeof(). · 14b4a70a
      	* rtl.h (XCNMPFV): Preserve const-ness of parameters through use of
      	__typeof().
      
      From-SVN: r127825
      Chao-ying Fu committed
    • alias.c (memory_modified_1, [...]): Constify. · 9678086d
      	* alias.c (memory_modified_1, memory_modified_in_insn_p):
      	Constify.
      	* basic-block.h (tree_predicted_by_p, rtl_predicted_by_p):
      	Likewise.
      	* bb-reorder.c (copy_bb_p): Likewise.
      	* cfghooks.c (can_remove_branch_p, can_merge_blocks_p,
      	predicted_by_p, can_duplicate_block_p, block_ends_with_call_p,
      	block_ends_with_condjump_p): Likewise.
      	* cfghooks.h (can_remove_branch_p, can_merge_blocks_p,
      	predicted_by_p, can_duplicate_block_p, block_ends_with_call_p,
      	block_ends_with_condjump_p): Likewise.
      	* cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
      	* cfgrtl.c (can_delete_note_p, can_delete_label_p,
      	rtl_can_merge_blocks, cfg_layout_can_merge_blocks_p,
      	rtl_block_ends_with_call_p, rtl_block_ends_with_condjump_p,
      	need_fake_edge_p, rtl_can_remove_branch_p): Likewise.
      	* dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Use
      	debug_true_const_tree instad of debug_true_tree.
      	* debug.c (do_nothing_debug_hooks): Likewise.
      	* debug.h (ignore_block, debug_true_const_tree): Constify.
      	* dwarf2out.c (stack_adjust_offset, clobbers_queued_reg_save,
      	dwarf2out_ignore_block, is_pseudo_reg, is_tagged_type,
      	decl_ultimate_origin, block_ultimate_origin, lookup_decl_loc,
      	same_dw_val_p, add_ranges, is_subrange_type, type_is_enum,
      	dbx_reg_number, is_based_loc, field_type,
      	simple_type_align_in_bits, simple_decl_align_in_bits,
      	simple_type_size_in_bits, field_byte_offset, insert_float,
      	type_tag, member_declared_type, is_redundant_typedef,
      	secname_for_decl, is_inlined_entry_point): Likewise.
      	* emit-rtl.c (const_next_insn, const_previous_insn,
      	const_next_nonnote_insn, const_prev_nonnote_insn,
      	const_next_real_insn, const_prev_real_insn,
      	const_next_active_insn, const_prev_active_insn, const_next_label,
      	const_prev_label): Likewise.
      	* except.h (lookup_stmt_eh_region_fn, lookup_stmt_eh_region):
      	Likewise.
      	* haifa-sched.c (may_trap_exp, haifa_classify_insn,
      	find_set_reg_weight, no_real_insns_p, find_set_reg_weight,
      	sched_insn_is_legitimate_for_speculation_p): Likewise.
      	* jump.c (reversed_comparison_code_parts,
      	reversed_comparison_code, reversed_comparison, condjump_label):
      	Likewise.
      	* predict.c (rtl_predicted_by_p, tree_predicted_by_p): Likewise.
      	* reg-stack.c (stack_regs_mentioned_p, stack_regs_mentioned):
      	Likewise.
      	* rtl.h (const_previous_insn, const_next_insn,
      	const_prev_nonnote_insn, const_next_nonnote_insn,
      	const_prev_real_insn, const_next_real_insn,
      	const_prev_active_insn, const_next_active_insn, const_prev_label,
      	const_next_label, modified_between_p, modified_in_p,
      	const_note_storeskeep_with_call_p, condjump_label,
      	reversed_comparison, reversed_comparison_code,
      	reversed_comparison_code_parts, memory_modified_in_insn_p,
      	stack_regs_mentioned): Likewise.
      	* rtlanal.c (modified_between_p, modified_in_p, const_note_stores,
      	keep_with_call_p): Likewise.
      	* sched-deps.c (deps_may_trap_p, sched_get_condition,
      	conditions_mutex_p, sched_insns_conditions_mutex_psd_next_list,
      	sd_lists_size, sd_lists_empty_p): Likewise.
      	* sched-int.h (sched_insns_conditions_mutex_p,
      	haifa_classify_insn, no_real_insns_p,
      	sched_insn_is_legitimate_for_speculation_p, sd_next_list,
      	sd_lists_size, sd_lists_empty_p): Likewise.
      	* sdbout.c (sdb_debug_hooks): Likewise.
      	* tree-cfg.c (tree_can_merge_blocks_p, is_ctrl_altering_stmt,
      	stmt_ends_bb_p, tree_can_remove_branch_p, tree_can_duplicate_bb_p,
      	-tree_block_ends_with_call_p, tree_block_ends_with_condjump_p):
      	Likewise.
      	* tree-eh.c (lookup_stmt_eh_region_fn, lookup_stmt_eh_region,
      	tree_can_throw_internal): Likewise.
      	* tree-flow-inline.h (phi_nodes): Likewise.
      	* tree-flow.h (phi_nodesstmt_ends_bb_p, is_ctrl_altering_stmt,
      	tree_can_throw_internal, lookup_stmt_eh_region): Likewise.
      	* tree-gimple.c (const_get_call_expr_in): Likewise.
      	* tree-gimple.h (const_get_call_expr_in): Likewise.
      	* tree.c (const_lookup_attribute, attribute_list_equal,
      	attribute_list_contained): Likewise.
      	* tree.h (attribute_list_equal, attribute_list_contained,
      	const_lookup_attribute): Likewise.
      	* vmsdbgout.c (vmsdbgout_ignore_block): Likewise.
      
      From-SVN: r127824
      Kaveh R. Ghazi committed
    • Daily bump. · 8a51fbfd
      From-SVN: r127822
      GCC Administrator committed
  3. 26 Aug, 2007 14 commits
  4. 25 Aug, 2007 7 commits
    • re PR bootstrap/30620 (missing dependencies of gcov-io.h breaks --enable-intermodule build) · e9694240
      2007-08-26  Bernhard Fischer  <aldot@gcc.gnu.org>
      
      	PR bootstrap/30620
      	* Makefile.in (libbackend.o): Add gcov-iov.h dependency and
      	pass defines needed for version.c.
      
      From-SVN: r127802
      Bernhard Fischer committed
    • configure.ac (--debug-prefix-map check): Change assembler version presumed to have feature to 2.18. · 303a4698
      	* configure.ac (--debug-prefix-map check): Change assembler
      	version presumed to have feature to 2.18.
      	* configure: Regenerate.
      
      From-SVN: r127800
      Joseph Myers committed
    • c-common.c (vector_types_convertible_p, [...]): Constify. · 58f9752a
      	* c-common.c (vector_types_convertible_p,
      	decl_with_nonnull_addr_p, c_promoting_integer_type_p,
      	self_promoting_args_p): Constify.
      	* c-common.h (has_c_linkage, decl_with_nonnull_addr_p,
      	c_promoting_integer_type_p, self_promoting_args_p,
      	anon_aggr_type_p, vector_types_convertible_p): Likewise.
      	* c-decl.c (anon_aggr_type_p): Likewise.
      	* * c-dump.c (dump_stmt): Likewise.
      	* c-objc-common.c (has_c_linkage): Likewise.
      	* c-tree.h (same_translation_unit_p): Likewise.
      	* c-typeck.c (null_pointer_constant_p,
      	tagged_types_tu_compatible_p, function_types_compatible_p,
      	type_lists_compatible_p, lvalue_or_else, lvalue_p,
      	comptypes_internal, struct tagged_tu_seen_cache,
      	same_translation_unit_p, alloc_tagged_tu_seen_cache,
      	c_size_in_bytes): Likewise.
      	* ggc-common.c (compare_ptr_data, hash_descriptor, eq_descriptor,
      	hash_ptr, eq_ptr): Likewise.
      	* langhooks-def.h (lhd_decl_ok_for_sibcall,
      	LANG_HOOKS_OMP_PRIVATIZE_BY_REFERENCE): Likewise.
      	* langhooks.c (lhd_decl_ok_for_sibcall): Likewise.
      	* langhooks.h (ok_for_sibcall, omp_privatize_by_reference):
      	Likewise.
      	* optabs.c (optab_for_tree_code): Likewise.
      	* optabs.h (optab_for_tree_code): Likewise.
      	* rtl.h (simplify_rtx): Likewise.
      	* simplify-rtx.c (simplify_rtx): Likewise.
      	* tree-dump.c (queue, queue_and_dump_index, queue_and_dump_type,
      	dump_flag, dump_node): Likewise.
      	* tree-dump.h (struct dump_info, dump_stmt, queue_and_dump_index,
      	queue_and_dump_type, dump_flag): Likewise.
      	* tree-flow.h (vect_can_force_dr_alignment_p): Likewise.
      	* tree-pass.h (dump_node): Likewise.
      	* tree-vectorizer.c (vect_can_force_dr_alignment_p,
      	supportable_narrowing_operation): Likewise.
      	* tree-vectorizer.h (vect_can_force_dr_alignment_p,
      	supportable_narrowing_operation): Likewise.
      	* tree-vrp.c (needs_overflow_infinity, supports_overflow_infinity,
      	is_negative_overflow_infinity, is_positive_overflow_infinity,
      	is_overflow_infinity, vrp_val_is_max, vrp_val_is_min,
      	nonnull_arg_p, get_value_range, vrp_operand_equal_p,
      	update_value_range, add_equivalence, ssa_name_nonnegative_p,
      	ssa_name_nonzero_p, fp_predicate): Likewise.
      	* tree.c (auto_var_in_fn_p, empty_body_p): Likewise.
      	* tree.h (empty_body_p, auto_var_in_fn_p, ssa_name_nonzero_p,
      	ssa_name_nonnegative_p): Likewise.
      
      cp:
      	* call.c (sufficient_parms_p): Constify.
      	* class.c (same_signature_p): Likewise.
      	* cp-gimplify.c (is_invisiref_parm,
      	cxx_omp_privatize_by_reference): Likewise.
      	* cp-objcp-common.c (has_c_linkage): Likewise.
      	* cp-tree.h (NON_THUNK_FUNCTION_CHECK, THUNK_FUNCTION_CHECK,
      	sufficient_parms_p, same_signature_p, copy_fn_p, move_fn_p,
      	grok_ctor_properties, nothrow_libfn_p, skip_artificial_parms_for,
      	num_artificial_parms_for, comp_template_parms,
      	template_parameter_pack_p, any_dependent_template_arguments_p,
      	any_type_dependent_arguments_p, any_value_dependent_elements_p,
      	repo_export_class_p, cxx_omp_privatize_by_reference, pod_type_p,
      	zero_init_p, member_p, cp_lvalue_kind,
      	builtin_valid_in_constant_expr_p, decl_anon_ns_mem_p,
      	varargs_function_p, is_dummy_object, special_function_kind,
      	string_conv_p, type_unknown_p, comp_except_specs, compparms,
      	comp_cv_qualification, is_bitfield_expr_with_lowered_type,
      	unlowered_expr_type, ptr_reasonably_similar, cp_type_readonly,
      	cp_has_mutable_p, at_least_as_qualified_p,
      	invalid_nonstatic_memfn_p, lvalue_or_else, lvalue_p): Likewise.
      	* decl.c (copy_fn_p, move_fn_p, grok_ctor_properties): Likewise.
      	* except.c (nothrow_libfn_p): Likewise.
      	* method.c (skip_artificial_parms_for, num_artificial_parms_for):
      	Likewise.
      	* pt.c (comp_template_parms, template_parameter_pack_p,
      	any_type_dependent_arguments_p, any_value_dependent_elements_p,
      	any_dependent_template_arguments_p): Likewise.
      	* repo.c (repo_export_class_p): Likewise.
      	* semantics.c (anon_aggr_type_p): Likewise.
      	* tree.c (lvalue_p_1, real_lvalue_p, lvalue_p,
      	builtin_valid_in_constant_expr_p, decl_anon_ns_mem_p,
      	varargs_function_p, member_p, is_dummy_object, pod_type_p,
      	zero_init_p, special_function_p): Likewise.
      	* typeck.c (comp_array_types, type_unknown_p, comp_except_specs,
      	comp_array_types, at_least_as_qualified_p, comp_cv_qualification,
      	compparms, invalid_nonstatic_memfn_p,
      	is_bitfield_expr_with_lowered_type, unlowered_expr_type,
      	string_conv_p, ptr_reasonably_similar, cp_type_readonly,
      	cp_has_mutable_p, lvalue_or_else): Likewise.
      
      fortran:
      	* trans-openmp.c (gfc_omp_privatize_by_reference): Constify.
      	* trans.h (gfc_omp_privatize_by_reference): Likewise.
      
      java:
      	* lang.c (java_decl_ok_for_sibcall): Likewise.
      
      From-SVN: r127799
      Kaveh R. Ghazi committed
    • config.gcc: Add x86_64-elf target. · a10dc289
              * config.gcc : Add x86_64-elf target.
      
      From-SVN: r127798
      Hans Kester committed
    • decl.c (cp_tree_node_structure): Kill TINST_LEVEL case. · e2c3721c
      2007-08-25  Paolo Bonzini  <bonzini@gnu.org>
      
      	* decl.c (cp_tree_node_structure): Kill TINST_LEVEL case.
      	* cp-objcp-common.c (cp_tree_size): Ditto.
      	* tree.c (cp_walk_subtrees): Ditto
      	* cp-tree.def (TINST_LEVEL): Go away.
      	* cp-tree.h (struct tinst_level_s): Rename to struct tinst_level,
      	move together with other non-tree structs.
      	(enum cp_tree_node_structure_enum): Nuke TS_CP_TINST_LEVEL.
      	(union lang_tree_node): Eliminate tinst_level field.
      	(TINST_DECL, TINST_LOCATION, TINST_IN_SYSTEM_HEADER_P): Annihilate.
      	(current_instantiation, outermost_tinst_level): Return
      	a "struct tinst_level *".
      
      	* error.c (print_instantiation_partial_context): Change second
      	parameter to a "struct tinst_level *".  Replace accessor macros
      	with field access.
      	(print_instantiation_full_context): Likewise.
      	* lex.c (in_main_input_context): Likewise.
      
      	* pt.c (struct pending_templates): New.
      	(pending_templates, last_pending_template): Use it as a type.
      	(current_tinst_level): Change typo to "struct tinst_level *"
      	(reopen_tinst_level): Accept "struct tinst_level *", return decl.
      	(add_pending_template): Construct a "struct pending_template".
      	Replace TINST_LEVEL accessor macros with field access.
      	(push_tinst_level): Likewise, using GGC_NEW instead of make_node.
      	(pop_tinst_level): Likewise.
      	(instantiate_pending_templates): Likewise.  Factor common code used
      	when an instantiation has been done.
      	(outermost_tinst_level): Replace tree_last with loop.
      	(current_instantiation): Return a "struct tinst_level *".
      
      From-SVN: r127796
      Paolo Bonzini committed
    • expr.c (store_expr): Fix order of store_by_pieces arguments. · 65fedc2c
      	* expr.c (store_expr): Fix order of store_by_pieces arguments.
      
      	* gcc.dg/array-init-2.c: New test.
      
      From-SVN: r127795
      Jakub Jelinek committed
    • Daily bump. · 272a4b36
      From-SVN: r127793
      GCC Administrator committed
  5. 24 Aug, 2007 1 commit
    • re PR target/11787 (always call memcpy for block move in mips16) · cfa31150
      2007-08-24  Sandra Loosemore  <sandra@codesourcery.com>
                  Nigel Stephens <nigel@mips.com>
      
      	PR target/11787
      
      	gcc/
      
      	* doc/tm.texi (SET_RATIO, SET_BY_PIECES_P): Document new macros.
      	(STORE_BY_PIECES_P): No longer applies to __builtin_memset.
      	* expr.c (SET_BY_PIECES_P): Define.
      	(can_store_by_pieces, store_by_pieces): Add MEMSETP argument; use
      	it to decide whether to use SET_BY_PIECES_P or STORE_BY_PIECES_P.
      	(store_expr):  Pass MEMSETP argument to can_store_by_pieces and
      	store_by_pieces.
      	* expr.h (SET_RATIO): Define.
      	(can_store_by_pieces, store_by_pieces):	Update prototypes.
      	* builtins.c (expand_builtin_memcpy): Pass MEMSETP argument to
      	can_store_by_pieces/store_by_pieces.
      	(expand_builtin_memcpy_args): Likewise.
      	(expand_builtin_strncpy): Likewise.
      	(expand_builtin_memset_args): Likewise.  Also remove special case
      	for optimize_size so that can_store_by_pieces/SET_BY_PIECES_P can
      	decide what to do instead.
      	* value-prof.c (tree_stringops_transform): Pass MEMSETP argument
      	to can_store_by_pieces.
      
      	* config/sh/sh.h (SET_BY_PIECES_P): Clone from STORE_BY_PIECES_P.
      	* config/s390/s390.h (SET_BY_PIECES_P): Likewise.
      
      	* config/mips/mips.opt (mmemcpy): Change from Var to Mask.
      	* config/mips/mips.c (override_options): Make -Os default to -mmemcpy.
      	* config/mips/mips.h (MIPS_CALL_RATIO): Define.
      	(MOVE_RATIO, CLEAR_RATIO, SET_RATIO): Define.
      	(STORE_BY_PIECES_P): Define.
      
      Co-Authored-By: Nigel Stephens <nigel@mips.com>
      
      From-SVN: r127790
      Sandra Loosemore committed