Commit Graph

100370 Commits

Author SHA1 Message Date
Paolo Carlini 1e2c0906ee basic_string.h (front, back): Add.
2010-05-31  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/bits/basic_string.h (front, back): Add.
	* include/debug/string: Adjust.
	* include/ext/vstring.h (front, back): Tweak the implementation
	to follow more closely the letter of the specs.
	* testsuite/21_strings/basic_string/element_access/char/
	front_back.cc: New.
	* testsuite/21_strings/basic_string/element_access/wchar_t/
	front_back.cc: Likewise.
	* config/abi/pre/gnu.ver: Export new symbols.
	* testsuite/util/testsuite_abi.cc: Adjust.
	* configure.ac: Bump minor version to 6:15:0.
	* configure: Regenerate.

From-SVN: r160071
2010-05-31 14:14:42 +00:00
Kai Tietz 877a19bfb8 re PR target/44161 (__attribute__((__target__)) resets pic flag causing spurious warnings)
2010-05-31  Kai Tietz  <kai.tietz@onevision.com>

	PR target/44161
	* config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle
	flag_pic.

From-SVN: r160070
2010-05-31 16:06:41 +02:00
Eric Botcazou c5d01958a7 cgraphunit.c (cgraph_decide_is_function_needed): Really return false for nested functions in non-optimized compilation.
* cgraphunit.c (cgraph_decide_is_function_needed): Really return false
	for nested functions in non-optimized compilation.

From-SVN: r160068
2010-05-31 11:43:31 +00:00
Richard Guenther a4c9bc1594 tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
2010-05-31  Richard Guenther  <rguenther@suse.de>

	* tree-ssa-structalias.c (find_func_aliases): Handle
	BUILT_IN_RETURN.

From-SVN: r160067
2010-05-31 11:01:32 +00:00
Nathan Froyd 178b70cce7 objc-act.c (synth_module_prologue): Use build_function_type_list instead of build_function_type.
* objc-act.c (synth_module_prologue): Use build_function_type_list
	instead of build_function_type.
	(build_module_initializer_routine): Likewise.
	(build_next_objc_exception_stuff): Likewise.
	(build_objc_exception_stuff): Likewise.

From-SVN: r160066
2010-05-31 02:20:16 +00:00
GCC Administrator d12a3d7e41 Daily bump.
From-SVN: r160065
2010-05-31 00:17:10 +00:00
Jan Hubicka 22983f55de * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
From-SVN: r160061
2010-05-30 23:36:18 +00:00
Janus Weil 7a08eda161 gfortran.h (CLASS_DATA): New macro for accessing the $data component of a class container.
2010-05-30  Janus Weil  <janus@gcc.gnu.org>

	* gcc/fortran/gfortran.h (CLASS_DATA): New macro for accessing the
	$data component of a class container.
	* gcc/fortran/decl.c (attr_decl1): Use macro CLASS_DATA.
	* gcc/fortran/expr.c (gfc_check_pointer_assign,gfc_check_assign_symbol,
	gfc_has_ultimate_allocatable,gfc_has_ultimate_pointer): Ditto.
	* gcc/fortran/interface.c (matching_typebound_op): Ditto.
	* gcc/fortran/match.c (gfc_match_allocate, gfc_match_deallocate): Ditto.
	* gcc/fortran/parse.c (parse_derived): Ditto.
	* gcc/fortran/primary.c (gfc_match_varspec, gfc_variable_attr,
	gfc_expr_attr): Ditto.
	* gcc/fortran/resolve.c (resolve_structure_cons, find_array_spec,
	resolve_deallocate_expr, resolve_allocate_expr, resolve_select_type,
	resolve_fl_var_and_proc, resolve_typebound_procedure,
	resolve_fl_derived): Ditto.
	* gcc/fortran/symbol.c (gfc_type_compatible): Restructured.
	* gcc/fortran/trans-array.c (structure_alloc_comps): Use macro
	CLASS_DATA.
	* gcc/fortran/trans-decl.c (gfc_get_symbol_decl,
	gfc_trans_deferred_vars): Ditto.
	* gcc/fortran/trans-stmt.c (gfc_trans_allocate): Ditto.

From-SVN: r160060
2010-05-30 23:56:11 +02:00
Richard Guenther 66a3e33967 re PR middle-end/42975 (eh-cleanup should be able to clear DECL_FUNCTION_PERSONALITY)
2010-05-30  Richard Guenther  <rguenther@suse.de>

	PR lto/42975
	* tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
	(execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
	no longer needed.

From-SVN: r160059
2010-05-30 19:52:53 +00:00
Iain Sandoe 83bf7f5eb6 darwin.c (output_objc_section_asm_op): Add comment.
2010-05-30  Iain Sandoe  <iains@gcc.gnu.org>

	    * config/darwin.c (output_objc_section_asm_op): Add comment.
	    (name_needs_quotes): Add '_' to list of valid comment chars.
	    (machopic_output_function_base_name): Remove unneeded quotes.
	    (darwin_encode_section_info): Adjust asm whitespace.
	    * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
	    (ASM_OUTPUT_LOCAL): Ditto.
	    * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
	    * config/darwin.h (GLOBAL_ASM_OP): Ditto.
	    * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.

From-SVN: r160058
2010-05-30 16:43:45 +00:00
Eric Botcazou 18fc5f4404 rs6000.c (rs6000_output_function_entry): Use RS6000_OUTPUT_BASENAME unconditionally.
* config/rs6000/rs6000.c (rs6000_output_function_entry): Use
	RS6000_OUTPUT_BASENAME unconditionally.
	(rs6000_output_function_epilogue): Likewise.

From-SVN: r160057
2010-05-30 15:46:03 +00:00
Jan Hubicka babf1701b1 toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool nodes
* toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
	nodes

From-SVN: r160056
2010-05-30 15:39:37 +00:00
Richard Guenther fbd767b1b5 tree-cfg.c (verify_gimple_assign_single): Implement verification for COND_EXPR rhs.
2010-05-30  Richard Guenther  <rguenther@suse.de>

	* tree-cfg.c (verify_gimple_assign_single): Implement
	verification for COND_EXPR rhs.

From-SVN: r160055
2010-05-30 15:26:53 +00:00
Jan Hubicka 0a5fa5a1a2 cgraph.h (cgraph_dump_file): Declare.
* cgraph.h (cgraph_dump_file): Declare.
	* cgraphunit.c (cgraph_dump_file): Export.
	* ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less
	verbose.

	* lto.c (promote_var, promote_fn, lto_wpa_write_files): Dump
	partitioning decisions.

From-SVN: r160053
2010-05-30 13:42:23 +00:00
Jan Hubicka 0b9c3a0404 dwarf2out.c (reference_to_unused, [...]): Avoid creating of new varool nodes.
* dwarf2out.c (reference_to_unused,
	premark_types_used_by_global_vars_helper): Avoid creating of new
	varool nodes.

From-SVN: r160052
2010-05-30 12:27:18 +00:00
Jan Hubicka d56026c21e cgraph.h (cgraph_node_cannot_return, [...]): New functions.
* cgraph.h (cgraph_node_cannot_return,
	cgraph_edge_cannot_lead_to_return): New functions.
	* cgraph.c (cgraph_node_cannot_return,
	cgraph_edge_cannot_lead_to_return): Use them.
	* ipa-pure-const.c (pure_const_names): New static var.
	(check_call): Handle calls not leading to return.
	(pure_const_read_summary): Dump info read.
	(propagate): Dump info about propagation process; ignore side
	effects of functions not leading to exit; fix handling of
	pure functions.

From-SVN: r160051
2010-05-30 12:19:15 +00:00
Jan Hubicka 17f01631e1 i386.c (pro_epilogue_adjust_stack): Use EBP for tail call epilogues.
* config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
	for tail call epilogues.

From-SVN: r160050
2010-05-30 12:14:49 +00:00
Eric Botcazou e6bdd0396c decl.c (gnat_to_gnu_entity): Reuse the TYPE_DECL of the equivalent type instead of building a new one.
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Task_Type>: Reuse the
	TYPE_DECL of the equivalent type instead of building a new one.

From-SVN: r160049
2010-05-30 12:01:55 +00:00
Eric Botcazou c01fe45120 decl.c (gnat_to_gnu_entity): Adjust warning message.
* gcc-interface/decl.c (gnat_to_gnu_entity): Adjust warning message.
	Fix nits in comments.
	* gcc-interface/misc.c (gnat_init_gcc_eh): Likewise.
	* gcc-interface/trans.c (gigi): Likewise.
	(Attribute_to_gnu): Likewise.
	(Case_Statement_to_gnu): Likewise.
	(gnat_to_gnu): Adjust warning message.
	* gcc-interface/utils.c (create_var_decl_1): Fix nits in comments.
	(build_vms_descriptor32): Likewise.

From-SVN: r160048
2010-05-30 10:38:00 +00:00
Jan Hubicka f59292da17 passes.c (ipa_write_optimization_summaries_1, [...]): Initilalize dump files.
* passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
	ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initilalize dump
	files.

From-SVN: r160047
2010-05-30 10:16:54 +00:00
Jan Hubicka 8a6295ba05 ipa.c (cgraph_remove_unreachable_node): Walk references of correct node...
* ipa.c (cgraph_remove_unreachable_node): Walk references of correct node;
	remove references in node we no longer keep in cgrpah but need body
	of.

From-SVN: r160046
2010-05-30 08:21:41 +00:00
Nathan Froyd 450f429348 cp-tree.h (cp_build_function_call_nary): Declare.
* cp-tree.h (cp_build_function_call_nary): Declare.
	* typeck.c (cp_build_function_call_nary): Define.
	* decl.c (register_dtor_fn): Use it instead of
	cp_build_function_call.
	(cxx_maybe_build_cleanup): Likewise.
	* decl2.c (generate_ctor_or_dtor_function): Likewise.
	* except.c (do_get_exception_ptr): Likewise.
	(do_begin_catch): Likewise.
	(do_allocate_exception): Likewise.
	(do_free_exception): Likewise.
	(build_throw): Likewise.  Use cp_build_function_call_vec instead
	of cp_build_function_call.
	(do_end_catch): Likewise.

From-SVN: r160045
2010-05-30 03:03:14 +00:00
GCC Administrator d79b77598e Daily bump.
From-SVN: r160044
2010-05-30 00:17:11 +00:00
Jan Hubicka 7baeea85a4 * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
From-SVN: r160040
2010-05-30 00:04:53 +00:00
Steven Bosscher 72b0a7bbad * except.c: Include tm.h.
From-SVN: r160039
2010-05-29 23:42:19 +00:00
John David Anglin 482959e5f9 re PR target/44165 (5/15/2010 snapshot build failure on hppa Linux)
PR target/44165
	* config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.

From-SVN: r160038
2010-05-29 22:24:59 +00:00
Mike Stump 8df9a5db77 configure.ac: Add multilib support for gmp.
* configure.ac: Add multilib support for gmp.  Proper -I and -L
	flags for gmp are added.
	* configure: Regenerate.

From-SVN: r160037
2010-05-29 20:54:18 +00:00
Jan Hubicka 24e47c76ba tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.
* tree-vrp.c (debug_value_range, debug_all_value_ranges,
	debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
	* tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
	debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
	debug_names_replaced_by, debug_update_ssa): Likewise.	
	* sbitmap.c (debug_sbitmap): Likewise.
	* genrecog.c (debug_decision, debug_decision_list): Likewise.
	* tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
	debug_tree_chain): Likewise.
	* tree-loop-distribution.c (debug_rdg_partitions): Likewise.
	* cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
	* optabs.c  (debug_optab_libfuncs): Likewise.
	(verify_loop_closed_ssa): Likewise.
	* value-prof.c (verify_histograms): Likewise.
	* reload.c (debug_reload_to_stream, debug_reload): Likewise.
	* bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
	* cfghooks.c (verify_flow_info): Likewise.
	* fold-const.c (debug_fold_checksum): Likewise.
	* omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
	* cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
	Likewise.
	* omega.c (debug_omega_problem): Likewise.
	* cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
	* tree-ssa-ccp.c (debug_lattice_value): Likewise.
	* dominance.c (verify_dominators, debug_dominance_info,
	debug_dominance_tree): Likewise.
	* df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
	* df_regno_debug, df_ref_debug,
	debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
	debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
	* tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
	* sel-sched.c (debug_state): Likewise.
	* tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for): Likewise.
	* cfganal.c (print_edge_list, verify_edge_list): Likewise.
	* dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
	* tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
	* gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq): Likewise.
	* c-pretty-print.c (debug_c_tree): Likewise.
	* sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
	debug_av_set, debug_lv_set, debug_ilist, debug_blist, debug_insn_vector,
	debug_hard_reg_set, debug_mem_addr_value): Likewise.
	* ebitmap.c (debug_ebitmap): Likewise.
	* function.c (debug_find_var_in_block_tree): Likewise.
	* print-rtl.c (debug_rtx): Likewise.
	(debug_rtx_count): Likewise.
	(debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
	* stor-layout.c (debug_rli): Likewise.
	* ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
	* tree-data-ref.c (debug_data_references, debug_data_dependence_relations,
	debug_data_reference, debug_data_dependence_relation, debug_rdg_vertex,
	debug_rdg_component, debug_rdg): Likewise.
	* tree-affine.c (debug_aff): Likewise.
	* tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats): Likewise.
	* except.c (debug_eh_tree, verify_eh_tree): Likewise.
	* emit-rtl.c (verify_rtl_sharing): Likewise.
	* tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
	debug_value_expressions): Likewise.
	* tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
	* sese.c (debug_rename_map, debug_ivtype_map): Likewise.
	* print-tree.c (debug_tree, debug_vec_tree): Likewise.
	* cfglayout.c (verify_insn_chain): Likewise.
	* graphite-clast-to-gimple.c (debug_clast_name_indexes,
	debug_clast_stmt, debug_generated_program): Likewise.
	* ggc-page.c (debug_print_page_list): Likewise.
	* tree-ssa-ter.c (debug_ter): Likewise.
	* graphite-dependences.c (debug_pddr): Likewise.
	* sched-deps.c (debug_ds): Likewise.
	* tree-ssa.c (verify_ssa): Likewise.
	* graphite-poly.c (debug_scattering_function, debug_iteration_domain,
	debug_scattering_functions, debug_iteration_domains, debug_pdr,
	debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context, debug_scop,
	debug_cloog, debug_scop_params, debug_lst): Likewise.
	* tree-inline.c (debug_find_tree): Likewise.
	* graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
	debug_ppl_powerset_matrix): Likewise.
	* var-tracking.c (debug_dv): Likewise.
	* system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
	* cfgloop.c (verify_loop_structure): Likewise.
	* plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
	* c-common.c (verify_sequence_points): Likewise.
	* sched-rgn.c (debug_regions, debug_region, debug_candidate,
	debug_candidates, debug_rgn_dependencies): Likewise.
	* tree-ssa-structalias.c (debug_constraint, debug_constraints,
	* debug_constraint_graph, debug_solution_for_var,
	debug_sa_points_to_info): Likewise.
	* sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
	Likewie.
	* tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
	debug_loops, debug_loop, debug_loop_num): Likewise.
	* passes.c (debug_pass): Likewise.
	(dump_properties): Likewise; add cfglayout property.
	(debug_properties): Likewise.
	* tree-ssa-reassoc.c (debug_ops_vector): Likewise.
	* varpool.c (debug_varpool): Likewise.
	* regcprop.c (debug_value_data): Likewise.
	* tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
	debug_immediate_uses_for): Likewise.

From-SVN: r160036
2010-05-29 20:31:45 +00:00
H.J. Lu f9897dfa6b re PR bootstrap/44315 (Circular build/gencondmd.o <- insn-flags.h dependency dropped)
2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>

	PR bootstrap/44315
	* Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
	Filter out insn-flags.h.

From-SVN: r160035
2010-05-29 20:26:12 +00:00
Jan Hubicka 9eec94880e cgraph.h (struct varpool_node_set_def, [...]): Remove unused AUX pointer.
* cgraph.h (struct varpool_node_set_def,
	struct cgraph_node_set_def): Remove unused AUX pointer.
	(cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
	VEC_empty macro.

	* lto.c (bitmap vector): Remove.
	(lto_cgraph_node_sets,  lto_varpool_node_sets): Remove.
	(ltrans_partition_def): New structure.
	(ltrans_partition): New type and VECtor.
	(new_partition): New function.
	(add_cgraph_node_to_partition): New function.
	(lto_1_to_1_map): Reorganize for partitions.
	(lto_add_inline_clones): Remove.
	(lto_add_all_inlinees): Remove.
	(lto_promote_cross_file_statics): Use partitions.
	(cmp_partitions): New function.
	(lto_wpa_write_files): Do not call lto_add_all_inlinees;
	use partitions; output files sorted by size.

From-SVN: r160034
2010-05-29 19:43:37 +00:00
Jan Hubicka eb598ce634 re PR middle-end/44324 (gcc.dg/tree-ssa/ipa-cp-1.c failed)
PR middle-end/44324

From-SVN: r160033
2010-05-29 18:04:02 +00:00
Richard Guenther 1be8f484da lto-streamer.c (cached_bp): New global variable.
2010-05-29  Richard Guenther  <rguenther@suse.de>

	* lto-streamer.c (cached_bp): New global variable.
	(bitpack_create): Return the cached bitpack, if available.
	(bitpack_delete): Clear and cache the bitpack, if appropriate.
	(bp_pack_value): Remove redundant asserts.

From-SVN: r160032
2010-05-29 17:39:56 +00:00
Sebastian Pop 0247298c28 Don't use unshare_expr when not necessary.
2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>

	PR middle-end/44306
	* gcc.dg/tree-ssa/pr44306.c: New.

	* tree-if-conv.c (is_true_predicate): New.
	(is_predicated): Use is_true_predicate.
	(add_to_predicate_list): Same.  Do not use unshare_expr.
	(add_to_dst_predicate_list): Same.

From-SVN: r160031
2010-05-29 17:14:31 +00:00
Sebastian Pop 32ccbfacd1 Do not use annotations on edges in if-conversion.
2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>

	* tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
	field on edges.
	(predicate_bbs): Same.
	(clean_predicate_lists): Same.
	(find_phi_replacement_condition): Do not AND the predicate from
	edge->aux.

From-SVN: r160030
2010-05-29 17:14:17 +00:00
H.J. Lu a41021ce40 Add a missing `\'.
2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>

	PR bootstrap/44315
	* Makefile.in (build/gencondmd.o): Add a missing `\'.

From-SVN: r160029
2010-05-29 08:05:30 -07:00
John David Anglin bbd0723932 re PR target/44261 (Multiplying -1 by NaN is not valid.)
PR target/44261
	config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
	(negdf2): Adjust expander pattern and use negdf2_slow.
	(negsf2): Likewise.

From-SVN: r160027
2010-05-29 14:16:11 +00:00
Nathan Froyd 673c6299d6 cp-tree.h (struct cp_decl_specifier_seq): Move type_location field up.
* cp-tree.h (struct cp_decl_specifier_seq): Move type_location field up.
	(struct cp_declarator): Move id_loc field up.

From-SVN: r160026
2010-05-29 14:04:17 +00:00
Nathan Froyd 25efe0608f basic-block.h (struct control_flow_graph): Move last_label_uid field up.
* basic-block.h (struct control_flow_graph): Move last_label_uid field up.
	* df.h (struct df_base_ref): Move regno field up.
	* dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
	* expr.h (struct separate_ops): Move location field up.
	* optabs.h (struct optab_d): Move libcall_basename field down.
	* config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
	* config/i386/i386.h (struct machine_function): Convert call_abi field
	into a bitfield.  Move cfa field to the end of the structure.

From-SVN: r160025
2010-05-29 14:03:31 +00:00
Jan Hubicka 4cceafb849 * varpool.c (varpool_get_node): Fix lookup.
From-SVN: r160024
2010-05-29 13:04:50 +00:00
Steven Bosscher 1a86e236a3 * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
From-SVN: r160023
2010-05-29 11:31:50 +00:00
Steven Bosscher 65ea7e282a spu-protos.h: Do not include rtl.h.
* config/spu/spu-protos.h: Do not include rtl.h.  Protect
	RTL specific prototypes with #ifdef RTX_CODE.
	* config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
	* config/spu/t-spu-elf: Fix dependencies.

From-SVN: r160022
2010-05-29 11:29:21 +00:00
Mike Stump 54da01d276 Reflow.
From-SVN: r160021
2010-05-29 08:59:43 +00:00
Mike Stump d03a97e1cb Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of TM_H when building to avoid dependency loops.
* Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
	TM_H when building to avoid dependency loops.

From-SVN: r160020
2010-05-29 08:46:01 +00:00
Jan Hubicka f0c418dcec cgraphunit.c (cgraph_materialize_clone): Only remove calles, refs and body...
* cgraphunit.c (cgraph_materialize_clone): Only remove calles, refs and body;
	not the whole node for masters of materialized clones.

From-SVN: r160019
2010-05-29 08:17:36 +00:00
Mike Stump 5c5543af85 * config/rs6000/rs6000-c.c: Remove c-tree.h include.
From-SVN: r160018
2010-05-29 07:39:59 +00:00
Jan Hubicka 9990e02a91 Add missing part of previous commit.
From-SVN: r160017
2010-05-29 07:32:24 +00:00
Jan Hubicka 036546e58a cgraph.c (clone_function_name): Take SUFFIX argument; export.
* cgraph.c (clone_function_name): Take SUFFIX argument; export.
	(cgraph_create_virtual_clone): Take SUFFIX argument; udpate
	use of clone_function_name.
	* cgraph.h (cgraph_create_virtual_clone, 
	cgraph_function_versioning): update prototypes.
	(clone_function_name): Declare.
	* ipa-cp.c (ipcp_insert_stage): Update call of
	cgraph_create_virtual_clone.
	* omp-low.c (create_omp_child_function_name): Use
	cgraph_create_virtual_clone.
	* cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
	(cgraph_function_versioning): Take SUFFIX argument; produce new name
	and make decl local.

	* gcc.dg/tree-ssa/ipa-cp-1.c: Update testcase.

From-SVN: r160016
2010-05-29 07:31:11 +00:00
Eric Botcazou 6c6081113b Fix long lines
From-SVN: r160015
2010-05-29 05:48:10 +00:00
GCC Administrator b8f315897b Daily bump.
From-SVN: r160014
2010-05-29 00:17:43 +00:00
Steven Bosscher 3e09722797 vec.h: Include statistics.h
gcc/ChangeLog:
	* vec.h: Include statistics.h
	* Makefile.in: Introduce VEC_H.  Replace all vec.h dependencies
	with VEC_H.

lto/ChangeLog:
	* Make-lang.in: Replace vec.h dependency with VEC_H.

From-SVN: r160010
2010-05-29 00:14:50 +00:00