1. 15 Jul, 2010 10 commits
  2. 14 Jul, 2010 20 commits
    • shared_ptr.xml: Update. · e79fa1eb
      2010-07-14  Jonathan Wakely  <jwakely.gcc@gmail.com>
      
      	* doc/xml/manual/shared_ptr.xml: Update.
      	* doc/html/*: Regenerate.
      
      From-SVN: r162193
      Jonathan Wakely committed
    • trans-array.c (gfc_conv_section_upper_bound): Remove · 859b6600
      2010-07-14  Mikael Morin  <mikael@gcc.gnu.org>
      
      	* trans-array.c (gfc_conv_section_upper_bound): Remove
      	(gfc_conv_section_startstride): Don't set the upper bound in the 
      	vector subscript case. 
      	(gfc_conv_loop_setup): Don't use gfc_conv_section_upper_bound
      
      From-SVN: r162191
      Mikael Morin committed
    • spu.c (reg_names): Remove prototype. · 588c71da
      	* config/spu/spu.c (reg_names): Remove prototype.
      	(call_used_regs): Likewise.
      
      From-SVN: r162190
      Ulrich Weigand committed
    • re PR c++/44810 (FAIL: g++.dg/torture/pr36745.C) · 973f026a
      	PR c++/44810
      	* g++.dg/torture/pr36745.C: Avoid undefined behavior.
      
      From-SVN: r162189
      Jason Merrill committed
    • init.c (sort_mem_initializers): Rename "field_type" to "ctx". · 535335bf
      	* init.c (sort_mem_initializers): Rename "field_type" to "ctx".
      	(build_field_list): Cache field type.
      
      From-SVN: r162188
      Jason Merrill committed
    • Implement C++0x unrestricted unions (N2544) · 57ece258
      	Implement C++0x unrestricted unions (N2544)
      	* class.c (check_field_decl): Loosen union handling in C++0x.
      	* method.c (walk_field_subobs): Split out from...
      	(synthesized_method_walk): ...here.  Set msg before loops.
      	(process_subob_fn): Check for triviality in union members.
      	* init.c (sort_mem_initializers): Splice out uninitialized
      	anonymous unions and union members.
      	(push_base_cleanups): Don't automatically destroy anonymous unions
      	and union members.
      
      From-SVN: r162187
      Jason Merrill committed
    • cygming-crtend.c (__FRAME_END__): Replace attribute "unused" with attribute "used". · a9c5db80
      	* config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
      	"unused" with attribute "used".
      	(__JCR_END__): Likewise.
      	* config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
      	"used" attribute.
      	(__JCR_LIST__): Replace attribute "unused" with attribute "used".
      
      From-SVN: r162186
      Dave Korn committed
    • lto-streamer-in.c (maybe_fixup_handled_component): Remove. · 61593e5e
      2010-07-14  Richard Guenther  <rguenther@suse.de>
      
      	* lto-streamer-in.c (maybe_fixup_handled_component): Remove.
      	(maybe_fixup_decls): Likewise.
      	(input_gimple_stmt): Do not fixup anything.
      	* lto-streamer-out.c (output_gimple_stmt): Make sure all
      	non-automatic variable uses are wrapped inside a MEM_REF.
      
      From-SVN: r162185
      Richard Guenther committed
    • passes.c (rest_of_decl_compilation): Do not call · fc7fcda1
              * passes.c (rest_of_decl_compilation): Do not call
              * assemble_variable for functions.
              * varasm.c (assemble_variable): Remove early exit for functions;
              assert that we're given a variable.
      
      From-SVN: r162184
      Richard Henderson committed
    • cortex-a8.md (cortex_a8_alu): Don't use cortex_a8_default when neon_type is not none. · eab3f92e
      	* config/arm/cortex-a8.md (cortex_a8_alu): Don't use
      	cortex_a8_default when neon_type is not none.
      
      From-SVN: r162182
      Jie Zhang committed
    • lower-subreg.c (subreg_context): New static bitmap. · 402464a0
      	* lower-subreg.c (subreg_context): New static bitmap.
      	(decompose_multiword_subregs): Allocate and free it.
      	(find_decomposable_subregs): Set a bit in it for a register that
      	occurs in a subreg that changes mode but not size.
      	(can_decompose_p): Test it instead of non_decomposable_context.
      
      From-SVN: r162181
      Bernd Schmidt committed
    • re PR middle-end/44824 (internal compiler error: verify_stmts failed) · bf9899d4
      2010-07-14  Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/44824
      	* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
      	is_gimple_mem_ref_addr.
      	(tree_ssa_forward_propagate_single_use_vars): Do not propagate
      	non-decl_address_invariant_p addresses.
      
      From-SVN: r162177
      Richard Guenther committed
    • reload.c (find_reloads): Revert code to penalize small register classes that was… · b1c8622e
      reload.c (find_reloads): Revert code to penalize small register classes that was brought in with the IRA...
      
      	* reload.c (find_reloads): Revert code to penalize small register
      	classes that was brought in with the IRA merge.
      
      From-SVN: r162176
      Bernd Schmidt committed
    • tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF as base of ARRAY_REFs. · 2bd6311d
      2010-07-14  Richard Guenther  <rguenther@suse.de>
      
      	* tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
      	as base of ARRAY_REFs.
      
      From-SVN: r162175
      Richard Guenther committed
    • re PR target/44930 (another problem with line break in output with -fverbose-asm) · f051cb5d
      2010-07-14  Richard Guenther  <rguenther@suse.de>
      
      	PR middle-end/44930
      	* tree-pretty-print.c (do_niy): Do not print a newline.
      
      From-SVN: r162174
      Richard Guenther committed
    • re PR fortran/44925 ([OOP] C_LOC with CLASS pointer) · f6199e63
      2010-07-14  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/44925
      	* gfortran.h (gfc_is_data_pointer): Remove prototype.
      	* dependency.c (gfc_is_data_pointer): Make it static.
      	* intrinsic.texi: Update documentation on C_LOC.
      	* resolve.c (gfc_iso_c_func_interface): Fix pointer and target checks
      	and add a check for polymorphic variables.
      
      
      2010-07-14  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/44925
      	* gfortran.dg/c_loc_tests_15.f90: New.
      
      From-SVN: r162169
      Janus Weil committed
    • ira-int.h (ira_object_conflict_iterator): Rename from ira_allocno_conflict_iterator. · fa86d337
      	* ira-int.h (ira_object_conflict_iterator): Rename from
      	ira_allocno_conflict_iterator.
      	(ira_object_conflict_iter_init): Rename from
      	ira_allocno_conflict_iter_init, second arg changed to
      	* ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
      	FOR_EACH_ALLOCNO_CONFLICT.
      	* ira-color.c (assign_hard_reg, push_allocno_to_stack)
      	setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
      	ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
      	* ira-conflicts.c (print_allocno_conflicts): Likewise.
      
      From-SVN: r162168
      Bernd Schmidt committed
    • ira-int.h (struct live_range): Rename allocno member to object and change type to ira_object_t. · 9140d27b
      	* ira-int.h (struct live_range): Rename allocno member to object and change
      	type to ira_object_t.
      	(struct ira_object): New member live_ranges.
      	(struct ira_allocno): Remove member live_ranges.
      	(ALLOCNO_LIVE_RANGES): Remove.
      	(OBJECT_LIVE_RANGES): New macro.
      	(ira_create_live_range, ira_copy_live_range_list,
      	ira_merge_live_range_list, ira_live_ranges_intersect_p,
      	ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
      	* ira-build.c (ira_create_object): Initialize live ranges here.
      	(ira_create_allocno): Not here.
      	(ira_create_live_range): Rename from ira_create_allocno_live_range, arg
      	changed to ira_object_t, all callers changed.
      	(copy_live_range): Rename from copy_allocno_live_range, all callers
      	changed.
      	(ira_copy_live_range_list): Rename from ira_copy_allocno_live_range_list,
      	all callers changed.
      	(ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
      	all callers changed.
      	(ira_live_ranges_intersect_p): Rename from
      	ira_allocno_live_ranges_intersect_p, all callers changed.
      	(ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
      	callers changed.
      	(ira_finish_live_range_list): Rename from
      	ira_finish_allocno_live_range_list, all callers changed.
      	(change_object_in_range_list): Rename from change_allocno_in_range_list,
      	last arg changed to ira_object_t, all callers changed.
      	(finish_allocno): Changed to expect live ranges in the allocno's object.
      	(move_allocno_live_ranges, copy_allocno_live_ranges,
      	update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
      	ira_flattening, ira_build): Likewise.
      	* ira-color.c (allocnos_have_intersected_live_ranges_p,
      	slot_coalesced_allocno_live_ranges_intersect,
      	setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
      	* ira-conflicts.c (build_conflict_bit_table): Likewise.
      	* ira-emit.c (add_range_and_copies_from_move_list): Likewise.
      	* ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
      	make_allocno_dead, create_start_finish_chains,
      	remove_some_program_points_and_update_live_ranges,
      	ira_debug_live_range_list): Likewise.
      
      From-SVN: r162167
      Bernd Schmidt committed
    • ira-int.h (struct ira_object): New. · a49ae217
      	* ira-int.h (struct ira_object): New.
      	(ira_object_t): New typedef.  Add DEF_VEC_P and DEF_VEC_ALLOC_P
      	for it.
      	(struct ira_allocno): Remove members min, max,
      	conflict_allocno_array, conflict_id, conflict_allocno_array_size,
      	conflict_allocnos_num and conflict_vec_p.  Add new member object.
      	(OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
      	OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
      	OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
      	OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
      	ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
      	ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
      	ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
      	ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
      	an ira_object_t rather than ira_allocno_t.  All uses changed.
      	(ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
      	contains a vector of ira_object_t; all uses changed.
      	(ira_objects_num): Declare variable.
      	(ira_create_allocno_object): Declare function.
      	(ira_conflict_vector_profitable_p): Adjust prototype.
      	(ira_allocate_conflict_vec): Renamed from
      	ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
      	(ira_allocate_object_conflicts): Renamed from
      	ira_allocate_allocno_conflicts; first arg now ira_object_t.
      	(struct ira_object_iterator): New.
      	(ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
      	(ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
      	to conflict_vec_p.  All uses changed.
      	(ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
      	Changed to take into account that conflicts are now tracked for
      	objects.
      	* ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from
      	CONFLICT_ALLOCNO_P.  Args changed to accept ira_object_t.  All
      	uses changed.
      	(allocnos_conflict_p): New static function.
      	(collected_conflict_objects): Renamed from collected_allocno_objects;
      	now a vector of ira_object_t.  All uses changed.
      	(build_conflict_bit_table): Changed to take into account that
      	conflicts are now tracked for objects.
      	(process_regs_for_copy, propagate_copies, build_allocno_conflicts)
      	(print_allocno_conflicts, ira_build_conflicts): Likewise.
      	* ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
      	setup_allocno_left_conflicts_size, allocno_reload_assign,
      	fast_allocation): Likewise.
      	* ira-lives.c (make_hard_regno_born, make_allocno_born)
      	process_single_reg_class_operands, process_bb_node_lives): Likewise.
      	* ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
      	Likewise.
      	* ira-build.c (ira_objects_num): New variable.
      	(ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
      	contains a vector of ira_object_t; all uses changed.
      	(ira_object_id_map_vec): Corresponding change.
      	(object_pool): New static variable.
      	(initiate_allocnos): Initialize it.
      	(finish_allocnos): Free it.
      	(ira_create_object, ira_create_allocno_object, create_allocno_objects):
      	New functions.
      	(ira_create_allocno): Don't set members that were removed.
      	(ira_set_allocno_cover_class): Don't change conflict hard regs.
      	(merge_hard_reg_conflicts): Changed to take into account that
      	conflicts are now tracked for objects.
      	(ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
      	allocate_conflict_bit_vec, ira_allocate_object_conflicts,
      	compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
      	setup_min_max_allocno_live_range_point, allocno_range_compare_func,
      	setup_min_max_conflict_allocno_ids, ):  Likewise.
      	((add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
      	to ira_object_t; all callers changed.
      	(ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
      	to ira_object_t, all callers changed.
      	(clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
      	to ira_object_t, all callers changed.
      	(conflict_check, curr_conflict_check_tick): Renamed from
      	allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
      	changed.
      	(compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
      	arg changed to ira_object_t, all callers changed.
      	(create_cap_allocno): Call ira_create_allocno_object.
      	(finish_allocno): Free the corresponding object.
      	(sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
      	callers changed.  Adjusted for dealing with objects.
      	(ira_build): Call create_allocno_objects after ira_costs.  Adjusted for
      	dealing with objects.
      	* ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.
      
      From-SVN: r162166
      Bernd Schmidt committed
    • Daily bump. · 5e0bf6cd
      From-SVN: r162165
      GCC Administrator committed
  3. 13 Jul, 2010 10 commits
    • trans-expr.c (string_to_single_character): Also optimize string literals… · 48b19537
      trans-expr.c (string_to_single_character): Also optimize string literals containing a single char followed only by spaces.
      
      	* trans-expr.c (string_to_single_character): Also optimize
      	string literals containing a single char followed only by spaces.
      	(gfc_trans_string_copy): Remove redundant string_to_single_character
      	calls.
      
      From-SVN: r162161
      Jakub Jelinek committed
    • trans-decl.c (gfc_build_intrinsic_function_decls, [...]): Mark functions as… · 4ca4be7f
      trans-decl.c (gfc_build_intrinsic_function_decls, [...]): Mark functions as DECL_PURE_P or TREE_READONLY.
      
      	* trans-decl.c (gfc_build_intrinsic_function_decls,
      	gfc_build_builtin_function_decls): Mark functions as
      	DECL_PURE_P or TREE_READONLY.
      
      From-SVN: r162160
      Jakub Jelinek committed
    • re PR c++/44909 ([C++0x] Copy constructors implicitly deleted) · 7487bca5
      	PR c++/44909
      	* cp-tree.h (struct lang_type_class): Add has_user_opeq.
      	(TYPE_HAS_USER_OPEQ): New.
      	* decl.c (grok_special_member_properties): Set it.
      	* class.c (add_implicitly_declared_members): Don't lazily declare
      	constructors/operator= if a base or member has a user-declared one.
      	(check_bases_and_members, check_bases): Adjust.
      	(check_field_decls, check_field_decl): Adjust.
      	* method.c (synthesized_method_walk): Initialize check_vdtor.
      
      From-SVN: r162159
      Jason Merrill committed
    • re PR c++/44540 (ICE: in add_substitution, at cp/mangle.c:386 with -fkeep-inline-functions) · 8caa8b65
      	PR c++/44540
      	* mangle.c (write_type): Canonicalize.
      	(canonicalize_for_substitution): Retain cv-quals on FUNCTION_TYPE.
      	(write_CV_qualifiers_for_type): Ignore them in abi>=5.
      
      From-SVN: r162158
      Jason Merrill committed
    • Fix date. · fcfaf838
      From-SVN: r162157
      Joern Rennecke committed
    • re PR other/44874 (TDF_NOUID dumps miss information about DECL_UID ordering) · c31c32f9
      gcc:
      	PR other/44874
      	* tree-dump.c (dump_options): Add enumerate_locals entry.
      	Add TDF_NOID exclusion to all entry.
      	* tree-dump.h (dump_enumerated_decls): Declare.
      	* tree-pretty-print.c (dump_generic_node): For TDF_NOID,
      	Don't display type uid.
      	(print_declaration): Don't crash on TREE_TYPE (t) == 0.
      	* tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
      	* tree-ssa-live.c: Include gimple.h.
      	(numbered_tree_d): New struct.
      	(numbered_tree): New typedef.
      	(DEF_VEC_O (numbered_tree): New.
      	(DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
      	(compare_decls_by_uid, dump_enumerated_decls_push): New functions.
      	(dump_enumerated_decls): Likewise.
      	* tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
      	debug info and flag_dump_final_insns, call dump_enumerated_decls.
      	* tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
      	* Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
      gcc/testsuite:
      	PR other/44874
      	PR debug/44832
      	* c-c++-common/pr44832.c: New test.
      
      From-SVN: r162156
      Joern Rennecke committed
    • Makefile.am: Edit pdf rules. · 5bca11c4
      2010-07-13  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* doc/Makefile.am: Edit pdf rules.
      	(doc-man, doc-pdf, doc-html): Expand default rules.
      	* doc/Makefile.in: Regenerate.
      	* doc/doxygen/user.cfg.in: Update to Doxygen 1.7.1.
      
      From-SVN: r162151
      Benjamin Kosnik committed
    • expmed.h (MAX_BITS_PER_WORD): Move to... · d1465187
      gcc/
      	* expmed.h (MAX_BITS_PER_WORD): Move to...
      	* defaults.h (MAX_BITS_PER_WORD): ...here.
      
      From-SVN: r162150
      Richard Sandiford committed
    • h8300.c (h8300_init_once): Default to -fstrict_volatile_bitfields. · 0685e770
      * config/h8300/h8300.c (h8300_init_once): Default to
      -fstrict_volatile_bitfields.
      
      * config/sh/sh.c (sh_override_options): Default to
      -fstrict_volatile_bitfields.
      
      * config/rx/rx.c (rx_option_override): New.
      
      * config/m32c/m32c.c (m32c_override_options): Default to
      -fstrict_volatile_bitfields.
      
      From-SVN: r162149
      DJ Delorie committed
    • tree.h (build_function_call_expr): Delete. · 3bb06db4
      gcc/
      	* tree.h (build_function_call_expr): Delete.
      	(build_call_expr_loc_array): New function.
      	(build_call_expr_loc_vec): New function.
      	* tree-flow.h (struct omp_region): Change type of ws_args field
      	to a VEC.
      	* builtins.c (build_function_call_expr): Delete.
      	(build_call_expr_loc_array): New function.
      	(build_call_expr_loc): Call it.  Use XALLOCAVEC.
      	(build_call_expr): Likewise.
      	(build_call_expr_loc_vec): New function.
      	* cgraphunit.c (build_cdtor): Call build_call_expr instead of
      	build_function_call_expr.
      	* expr.c (emutls_var_address): Likewise.
      	* varasm.c (emutls_common_1): Likewise.
      	* omp-low.c (expand_omp_atomic_mutex): Likewise.
      	(expand_omp_taskreg): Adjust for new type of region->ws_args.
      	(get_ws_args_for): Return a VEC instead of a tree.
      	(expand_parallel_call): Call build_call_expr_loc_vec instead of
      	build_function_call_expr.
      	* stor-layout.c (self_referential_size): Likewise.
      
      gcc/fortran/
      	* trans-decl.c (build_entry_thunks): Call build_call_expr_loc_vec
      	instead of build_function_call_expr.
      	* trans-intrinsic.c (gfc_conv_intrinsic_sr_kind): Likewise.
      
      From-SVN: r162148
      Nathan Froyd committed