1. 20 Apr, 2012 22 commits
    • runtime: Disable memory profiling in gc_test. · cf1f0eb7
      From-SVN: r186631
      Ian Lance Taylor committed
    • test_passing_unions.c: Avoid undefined array access. · a3a5e559
      	* gcc.target/x86_64/abi/avx/test_passing_unions.c: Avoid undefined
      	array access.
      	* gcc.target/x86_64/abi/avx/test_passing_structs.c: Likewise.
      
      From-SVN: r186629
      Uros Bizjak committed
    • genmodes: don't truncate a mode name of length >= 7 · 1f36f7b3
      * genmodes.c (make_complex_modes): Don't truncate a mode name of
      length 7 or more when prepending a "C".  Suggested by Richard Guenther.
      
      From-SVN: r186628
      Jim Meyering committed
    • re PR bootstrap/53042 (AIX bootstrap: cgraph symbol table error) · b7262828
      	PR target/53042
      	* decl2.c (maybe_emit_vtables): Do not initialize same_comdat_group
      	list when target has no support for it.
      
      From-SVN: r186627
      Jan Hubicka committed
    • error.c (pedwarn_cxx98): Move va_end call after user of the va_list. · c522573e
      	* error.c (pedwarn_cxx98): Move va_end call after user
      	of the va_list.
      
      From-SVN: r186626
      Michael Matz committed
    • re PR rtl-optimization/44214 (Compiler does not optimize vector divide with… · add6207a
      re PR rtl-optimization/44214 (Compiler does not optimize vector divide with -freciprocal-math (or -ffast-math))
      
      gcc:
      
      2012-04-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
      
      	PR rtl-optimization/44214
      	* fold-const.c (exact_inverse): New function.
      	(fold_binary_loc): Fold vector and complex division by constant into
      	multiply by recripocal with flag_reciprocal_math; fold vector division
      	by constant into multiply by reciprocal with exact inverse.
      
      gcc/testsuite:
      
      2012-04-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
      
      	PR rtl-optimization/44214
      	* gcc.dg/pr44214-1.c: New test.
      	* gcc.dg/pr44214-2.c: Likewise.
      	* gcc.dg/pr44214-3.c: Likewise.
      
      From-SVN: r186625
      Bill Schmidt committed
    • lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags. · ead84f73
      	* lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.
      	* cgraph.c (cgraph_add_thunk): Use mark_reachable_node.
      	(cgraph_remove_node): Update.
      	(cgraph_mark_needed_node): Remove.
      	(cgraph_mark_force_output_node): New.
      	(dump_cgraph_node): Do not dump needed flag.
      	(cgraph_node_cannot_be_local_p_1): Update.
      	(cgraph_can_remove_if_no_direct_calls_and_refs): Update.
      	* cgraph.h (symtab_node_base): Add force_output flag.
      	(cgraph_node): Remove needed flag.
      	(varpool_node): Remove force_output flag.
      	(cgraph_mark_needed_node): Remove.
      	(cgraph_mark_force_output_node): New.
      	(cgraph_only_called_directly_or_aliased_p,
      	varpool_can_remove_if_no_refs, varpool_all_refs_explicit_p): Update.
      	* ipa-cp.c (ipcp_generate_summary): Remove out of date assert.
      	* cgraphunit.c (cgraph_decide_is_function_needed): rewrite.
      	(cgraph_add_new_function); Update.
      	(cgraph_mark_if_needed); Update.
      	(verify_cgraph_node): Update.
      	(cgraph_analyze_function): Alias target is reachable.
      	(process_function_and_variable_attributes): Update: externally_visible
      	flag makes function reachable.
      	(cgraph_analyze_functions): Update dumping.
      	* lto-cgraph.c (lto_output_node, lto_output_varpool_node,
      	input_overwrite_node, input_varpool_node): Update streaming.
      	* lto-streamer-out.c (produce_symtab): Use force_output.
      	* ipa.c (process_references): Weakrefs must be processed.
      	(cgraph_remove_unreachable_nodes): Likewise; update for new
      	force_output flag.
      	(varpool_externally_visible_p); Weakrefs are externally visible
      	even if they are not.
      	(function_and_variable_visibility): Update; when processing alias
      	pair force the targets to be output.
      	(whole_program_function_and_variable_visility): Use mark_reachable_node.
      	* trans-mem.c (ipa_tm_mark_needed_node): Remove
      	(ipa_tm_mark_force_output_node): New function.
      	(ipa_tm_create_version_alias, ipa_tm_create_version): Update.
      	* gimple-fold.c (can_refer_decl_in_current_unit_p): Be lax about aliases.
      	* varasm.c (mark_decl_referenced): Update.
      	(find_decl_and_mark_needed): Remove.
      	(find_decl): New function.
      	(weak_finish, finish_aliases_1, assemble_alias): Update; do not mark
      	alias targets as needed.
      	(dump_tm_clone_pairs): Update.
      	* tree-inline.c (copy_bb): Update check.
      	* symtab.c (dump_symtab_base): Dump force_output.
      	* tree-ssa-structalias.c (ipa_pta_execute): Use force_output.
      	* passes.c (execute_todo): Fix dumping.
      	* varpool.c (decide_is_variable_needed, varpool_finalize_decl): Update.
      	(varpool_analyze_pending_decls): Alias target is reachable.
      	(varpool_create_variable_alias): Finalize weakrefs.
      
      	* class.c (make_local_function_alias): Do not mark symbol referenced.
      
      	* objc-acct.c (mark_referenced_methods); Use
      	cgraph_mark_force_output_node.
      
      	* gcc-interface/utils.c (gnat_write_global_declarations): Update for new
      	force_output placement.
      
      	* lto/lto-partition.c (partition_cgraph_node_p): Use force_output.
      
      From-SVN: r186624
      Jan Hubicka committed
    • re PR bootstrap/53021 (bootstrap failure on Linux/ia32) · 757e8ba2
      	PR bootstrap/53021
      	* alias.h (UNIQUE_BASE_VALUE_SP, UNIQUE_BASE_VALUE_ARGP,
      	UNIQUE_BASE_VALUE_FP, UNIQUE_BASE_VALUE_HFP): Define.
      	* alias.c (init_alias_targets): Use UNIQUE_BASE_VALUE_*
      	macros instead of constants.
      	* dse.c (record_store): Check for SP ADDRESS by comparing
      	XWINT to UNIQUE_BASE_VALUE_SP instead of expecting
      	XEXP to be stack_pointer_rtx.
      
      From-SVN: r186623
      Jakub Jelinek committed
    • tree-ssa-copy.c (propagate_tree_value_into_stmt): Use update_call_from_tree when… · faaf273b
      tree-ssa-copy.c (propagate_tree_value_into_stmt): Use update_call_from_tree when propagating into a call.
      
      2012-04-20  Richard Guenther  <rguenther@suse.de>
      
      	* tree-ssa-copy.c (propagate_tree_value_into_stmt): Use
      	update_call_from_tree when propagating into a call.
      
      	* g++.dg/torture/20120420-1.C: New testcase.
      
      From-SVN: r186622
      Richard Guenther committed
    • rs6000.c (rs6000_emit_savres_rtx): Formatting. · a51e5fa2
      	* config/rs6000/rs6000.c (rs6000_emit_savres_rtx): Formatting.
      	(rs6000_emit_prologue, rs6000_emit_epilogue): Likewise.  Rename
      	sp_offset to frame_off.  Move world save code earlier.
      
      From-SVN: r186621
      Alan Modra committed
    • re PR c++/53050 (ssa_forward_propagate_and_combine: segmentation fault) · 4cbc836e
      2012-04-20  Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/53050
      	* tree-ssa-forwprop.c (ssa_forward_propagate_and_combine):
      	Do only one transform on COND_EXPRs at the same time.
      
      From-SVN: r186620
      Richard Guenther committed
    • * symtab.c (dump_symtab_base): Revert accidental checkin. · efb496b5
      From-SVN: r186619
      Jan Hubicka committed
    • re PR libstdc++/53052 ([C++11] is_explicitly_convertible still part of <type_traits> header) · aa5889c3
      2012-04-20  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR libstdc++/53052
      	* include/std/type_traits (is_explicitly_convertible): Remove.
      	* testsuite/20_util/is_explicitly_convertible: Likewise.
      	* testsuite/20_util/make_signed/requirements/typedefs_neg.cc:
      	Adjust dg-error line numbers.
      	* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
      	Likewise.
      	* testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
      
      From-SVN: r186618
      Paolo Carlini committed
    • re PR libstdc++/53052 ([C++11] is_explicitly_convertible still part of <type_traits> header) · b4989a1a
      2012-04-20  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR libstdc++/53052
      	* include/std/type_traits (is_explicitly_convertible): Remove.
      	* testsuite/20_util/is_explicitly_convertible: Likewise.
      	* testsuite/20_util/make_signed/requirements/typedefs_neg.cc:
      	Adjust dg-error line numbers.
      	* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
      	Likewise.
      	* testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
      
      From-SVN: r186617
      Paolo Carlini committed
    • re PR target/53040 (nested functions may trash floating point registers) · 7153fab9
      	PR target/53040
      	* config/rs6000/rs6000.c (rs6000_savres_strategy): When using
      	static chain, set REST_INLINE_FPRS too.
      
      From-SVN: r186616
      Alan Modra committed
    • tree-dump.c (dequeue_and_dump): Dump the three child nodes. · 4e0bd6d3
      gcc/
      	* tree-dump.c (dequeue_and_dump) <BIT_FIELD_REF>: Dump the three child
      	nodes.
      
      From-SVN: r186615
      Thomas Schwinge committed
    • tree-vect-loop.c (vect_analyze_loop_operations): Do not vectorize loops that can… · 552fd8e6
      tree-vect-loop.c (vect_analyze_loop_operations): Do not vectorize loops that can never run more often than the vectorization factor.
      
      2012-04-20  Richard Guenther  <rguenther@suse.de>
      
      	* tree-vect-loop.c (vect_analyze_loop_operations): Do not
      	vectorize loops that can never run more often than the
      	vectorization factor.
      
      From-SVN: r186614
      Richard Guenther committed
    • struct siginfo vs. siginfo_t · 1bde7dab
      libgcc/
      	* config/alpha/linux-unwind.h (alpha_fallback_frame_state): Use
      	siginfo_t instead of struct siginfo.
      	* config/bfin/linux-unwind.h (bfin_fallback_frame_state): Likewise.
      	* config/i386/linux-unwind.h (x86_fallback_frame_state): Likewise.
      	* config/ia64/linux-unwind.h (ia64_fallback_frame_state)
      	(ia64_handle_unwabi): Likewise.
      	* config/mips/linux-unwind.h (mips_fallback_frame_state): Likewise.
      	* config/pa/linux-unwind.h (pa32_fallback_frame_state): Likewise.
      	* config/sh/linux-unwind.h (shmedia_fallback_frame_state)
      	(sh_fallback_frame_state): Likewise.
      	* config/tilepro/linux-unwind.h (tile_fallback_frame_state): Likewise.
      	* config/xtensa/linux-unwind.h (xtensa_fallback_frame_state): Likewise.
      
      From-SVN: r186610
      Thomas Schwinge committed
    • * symtab.c (dump_symtab_base): Fix dumping of asm lists. · fe0bd630
      From-SVN: r186609
      Jan Hubicka committed
    • runtime: Ignore stack sizes when deciding when to GC. · 8a724175
      Also allocate heap bitmaps bit in page size units and clear
      context when putting G structures on free list.
      
      From-SVN: r186607
      Ian Lance Taylor committed
    • Daily bump. · f7613be5
      From-SVN: r186604
      GCC Administrator committed
  2. 19 Apr, 2012 14 commits
  3. 18 Apr, 2012 4 commits
    • fix accidentally checked-in assert. · 809e5f82
      From-SVN: r186580
      Steven Bosscher committed
    • targhooks.c (default_case_values_threshold): Fix code style nit. · 0cd2402d
      gcc/
      	* targhooks.c (default_case_values_threshold): Fix code style nit.
      
      	* stmt.c (add_case_node, expand_case): Move logic to remove/reduce
      	case range and type folding from here...
      	* gimplify.c (gimplify_switch_expr): ... to here.  Expect NULL_TREE
      	type, as documented in tree.def
      
      fortran/
      	* trans-decl.c (gfc_trans_entry_master_switch): Build SWITCH_EXPR
      	with NULL_TREE type instead of void_type_node.
      	* trans-io.c (io_result): Likewise.
      	* trans-stmt.c (gfc_trans_integer_select,
      	gfc_trans_character_select): Likewise.
      
      go/
      	* go-gcc.cc (Gcc_backend::switch_statement): Build SWITCH_EXPR
      	with NULL_TREE type instead of void_type_node.
      
      From-SVN: r186579
      Steven Bosscher committed
    • cgraph.h (verify_symtab, [...]): Declare. · 474ffc72
      	* cgraph.h (verify_symtab, verify_symtab_node, verify_symtab_base):
      	Declare.
      	* cgraphunit.c (verify_cgraph_node): Verify symtab base; do not verify 
      	cgraph hash and same comdat groups.
      	(cgraph_optimize); Verify symbol table.
      	* ipa.c (cgraph_remove_unreachable_nodes): Verify symbol table.
      	(dissolve_same_comdat_group_list): Work on symtab nodes.
      	(function_and_variable_visibility): Dissolve variable same comdat group
      	lists, too.
      	* symtab.c: Include timevar.h
      	(verify_symtab_base, verify_symtab_node, verify_symtab): New functions.
      
      From-SVN: r186578
      Jan Hubicka committed
    • tree-switch-conversion.c (info): Remove global pass info. · fade902a
      	* tree-switch-conversion.c (info): Remove global pass info.
      	(check_range, check_process_case, check_final_bb, create_temp_arrays,
      	free_temp_arrays, gather_default_values, build_constructors,
      	array_value_type, build_one_array, build_arrays, gen_def_assigns,
      	fix_phi_nodes, gen_inbound_check): Pass info around from ...
      	(process_switch): ... here.  Unify message format.  Return a const
      	char pointer to the failure reason message.
      	(do_switchconv): Unify message format.  Update process_switch usage.
      
      From-SVN: r186576
      Steven Bosscher committed