1. 10 Mar, 2005 12 commits
    • * bitmap.c (bitmap_copy): Remove manual loop unrolling. · fd6132db
      From-SVN: r96243
      Nathan Sidwell committed
    • value-prof.c (rtl_find_values_to_profile): Use gcc_assert and gcc_unreachable. · 002d6ea7
      	* value-prof.c (rtl_find_values_to_profile): Use gcc_assert and
      	gcc_unreachable.
      	(rtl_register_value_prof_hooks,
      	tree_value_profile_transformations,
      	tree_register_value_prof_hooks): Likewise.
      	* var-tracking.c (stack_adjust_offset_pre_post,
      	variable_htab_free, variable_union, dataflow_set_different_2,
      	count_uses, variable_was_changed, set_frame_base_location,
      	set_variable_part, emit_note_insn_var_location, vt_emit_notes,
      	vt_add_function_parameters): Likewise.
      	* varasm.c (named_section_real, named_section, make_decl_rtl,
      	asm_emit_uninitialised, assemble_integer, decode_addr_const,
      	const_hash_1, compare_constant, copy_constant, force_const_mem,
      	output_constant_pool_2, output_constant_pool_1, output_constant,
      	output_constructor, make_decl_one_only, decl_tls_model,
      	default_no_named_section, default_elf_select_section_1,
      	default_unique_section_1): Likewise.
      	* vec.c (vec_gc_o_reserve, vec_heap_o_reserve): Likewise.
      	* vmsdbgout.c (addr_const_to_string): Likewise.
      
      From-SVN: r96242
      Nathan Sidwell committed
    • value-prof.c (rtl_find_values_to_profile): Use gcc_assert and gcc_unreachable. · fbc848cc
      	* value-prof.c (rtl_find_values_to_profile): Use gcc_assert and
      	gcc_unreachable.
      	(rtl_register_value_prof_hooks,
      	tree_value_profile_transformations,
      	tree_register_value_prof_hooks): Likewise.
      	* var-tracking.c (stack_adjust_offset_pre_post,
      	variable_htab_free, variable_union, dataflow_set_different_2,
      	count_uses, variable_was_changed, set_frame_base_location,
      	set_variable_part, emit_note_insn_var_location, vt_emit_notes,
      	vt_add_function_parameters): Likewise.
      	* varasm.c (named_section_real, named_section, make_decl_rtl,
      	asm_emit_uninitialised, assemble_integer, decode_addr_const,
      	const_hash_1, compare_constant, copy_constant, force_const_mem,
      	output_constant_pool_2, output_constant_pool_1, output_constant,
      	output_constructor, make_decl_one_only, decl_tls_model,
      	default_no_named_section, default_elf_select_section_1,
      	default_unique_section_1): Likewise.
      	* vec.c (vec_gc_o_reserve, vec_heap_o_reserve): Likewise.
      	* vmsdbgout.c (addr_const_to_string): Likewise.
      
      From-SVN: r96241
      Nathan Sidwell committed
    • FileChannelImpl.java (smallTransferFrom): New. · 4fd24a75
      2005-03-09  Andrew Haley  <aph@redhat.com>
      
              * gnu/java/nio/channels/FileChannelImpl.java (smallTransferFrom):
              New.
              (smallTransferTo): New.
              (transferFrom): Loop around smallTransferFrom, copying pageSize
              bytes each time.
              (transferTo): Likewise.
      
      From-SVN: r96240
      Andrew Haley committed
    • re PR target/20375 (C++ ICE in assign_parm_find_entry_rtl) · 8117c488
      	PR c++/20375
      	* function.c (struct assign_parm_data_one): Remove last_named
      	field.
      	(assign_parm_find_data_types): Don't determine last_named.
      	Reorder named_parm determination.
      	(assign_parms): Only setup varargs on the last non-varadic
      	parameter.
      testsuite:
      	PR c++/20375
      	* g++.dg/other/stdarg3.C: New.
      
      From-SVN: r96237
      Nathan Sidwell committed
    • PR c++/18384, c++/18327 · 004c400a
      	PR c++/18384, c++/18327
      	* decl.c (reshape_init_array): Use UHWI type for max_index_cst
      	and index.  Convert max_index to size_type_node if it isn't
      	host_integerp (, 1).
      
      	* g++.dg/init/array19.C: New test.
      
      From-SVN: r96236
      Jakub Jelinek committed
    • Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence. · 2b271002
      	* Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.
      	* cfgloop.c (flow_loop_nodes_find): Export.
      	* cfgloop.h (flow_loop_nodes_find, fix_loop_structure):
      	Declare.
      	* cfgloopmanip.c (fix_loop_structure): New function.
      	* predict.c (predict_loops): Clean up the loops information.
      	* tree-cfg.c (cleanup_tree_cfg_loop): New function.
      	(tree_can_merge_blocks_p, remove_bb, tree_forwarder_block_p): Respect
      	loop structure.
      	* tree-flow.h (cleanup_tree_cfg_loop): Declare.
      	(rewrite_into_loop_closed_ssa): Declaration changed.
      	* tree-loop-linear.c (linear_transform_loops): Add argument to
      	rewrite_into_loop_closed_ssa call.
      	* tree-ssa-loop-ch.c (copy_loop_headers): Ditto.
      	* tree-ssa-loop-im.c (move_computations): Ditto.
      	* tree-ssa-loop.c (tree_loop_optimizer_init): Ditto.
      	* tree-vectorizer.c (vectorize_loops): Ditto.
      	* tree-optimize.c: Include cfgloop.h.
      	(execute_todo): Choose whether to call cleanup_tree_cfg or
      	cleanup_tree_cfg_loop.
      	* tree-ssa-loop-ivcanon.c (canonicalize_loop_induction_variables,
      	(tree_unroll_loops_completely): Enable cleanup_tree_cfg_loop call.
      	* tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Enable
      	cleanup_tree_cfg_loop call.
      	* tree-ssa-loop-manip.c (find_uses_to_rename_bb): New function.
      	(find_uses_to_rename, rewrite_into_loop_closed_ssa): Support
      	work on part of cfg.
      
      From-SVN: r96232
      Zdenek Dvorak committed
    • libiberty.h (gettimeofday): Declare. · 17049f0b
      	* libiberty.h (gettimeofday): Declare.
      
      	* configure.ac (funcs): Add gettimeofday.
      	* configure: Regenerated.
      	* gettimeofday.c: New file.
      	* Makefile.in (CFILES): Add gettimeofday.
      	(CONFIGURED_OFILES): Add gettimeofday.o.
      	(./gettimeofday.o): New rule.
      
      From-SVN: r96230
      Mark Mitchell committed
    • Daily bump. · 15692245
      From-SVN: r96228
      GCC Administrator committed
    • re PR inline-asm/20314 (Bogus differ in number of alternatives error) · 372d72d9
      	PR inline-asm/20314
      	* gimplify.c (gimplify_asm_expr): Handle input/output constraints
      	with multiple alternatives.
      
      	* stmt.c (parse_output_constraint): Fix a typo.
      
      	* gcc.dg/torture/pr20314-1.c: New test.
      	* gcc.dg/torture/pr20314-2.c: New test.
      
      From-SVN: r96222
      Jakub Jelinek committed
    • 12658_thread-1.cc: Don't XFAIL on GNU/Linux. · d5fc2406
      	* testsuite/22_locale/locale/cons/12658_thread-1.cc: Don't XFAIL
      	on GNU/Linux.
      
      From-SVN: r96221
      Ben Elliston committed
  2. 09 Mar, 2005 28 commits