Commit Graph

100342 Commits

Author SHA1 Message Date
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
Steven Bosscher accf9ad64a c-lex.c: Do not include c-tree.h.
* c-lex.c: Do not include c-tree.h.
	* c-pretty-print.c: Likewise.
	* c-opts.c: Likewise.
	* c-gimplify.c: Likewise.
	* c-common.c: Likewise.
	* c-dump.c: Likewise.  Include c-common.h.

From-SVN: r160008
2010-05-28 23:47:05 +00:00
Steven Bosscher 59cc9210fc c-common.h (GCC_DIAG_STYLE): Define earlier in the file, before including diagnostic-core.h.
gcc/ChangeLog:
	* c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
	before including diagnostic-core.h.
	(c_cpp_error): New prototype moved from c-tree.h.
	Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
	* c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
	(pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
	(c_cpp_error): Prototype moved to c-common.h.
	* Makefile.in: Update dependency for C_COMMON_H.

cp/ChangeLog:
	* cp-tree.h (ATTRIBUTE_GCC_CXXDIAG): Remove.  Require that
	this file is included before c-common.h.  Define GCC_DIAG_STYLE
	before including diagnostic-core.h and toplev.h.
	(pedwarn_cxx98): Use ATTRIBUTE_GCC_DIAG.
	* pt.c: Include cp-tree.h before c-common.h.

From-SVN: r160007
2010-05-28 23:15:55 +00:00
Steven Bosscher bffad7f1cf c-common.h: Add FIXME for awkward split of c_register_addr_space.
gcc/ChangeLog:
	* c-common.h: Add FIXME for awkward split of c_register_addr_space.
	* c-common.c (c_register_addr_space): Remove here.
	* c-decl.c (c_register_addr_space): Re-add here.

cp/ChangeLog:
	* tree.c (c_register_addr_space): Add stub.

From-SVN: r160006
2010-05-28 23:13:18 +00:00
Mike Stump d685a68992 * config/darwin-c.c: Remove c-tree.h include.
From-SVN: r160005
2010-05-28 22:55:02 +00:00
Joseph Myers 6afbc88506 gcc.c: Include diagnostic.h.
* gcc.c: Include diagnostic.h.
	(error_count): Remove.  All users changed to use errorcount.
	(programname): Remove.  All users changed to use progname.
	(fancy_abort, internal_error, fatal_error, error, warning, inform,
	fnotice): Remove.
	(execute): Don't include "Internal error" and bug reporting
	information in argument of internal_error call.
	(process_command): Don't increment error_count after calling
	perror_with_name.
	(input_filename): Rename to gcc_input_filename.  All users
	changed.
	(main): Call diagnostic_initialize.  Register delete_temp_files
	with atexit.  Use seen_error to test for errors.
	* gcc.h: Include diagnostic-core.h.
	(fatal_error, error, warning): Remove.
	* Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
	(GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
	(gcc.o): Update dependencies.

From-SVN: r160004
2010-05-28 23:48:36 +01:00
Jeff Law 0896cc668a ira.c (ira_bad_reload_regno, [...]): New functions.
* ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New functions.
	* ira.h (ira_bad_reload_regno): Declare
	* reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.

From-SVN: r160001
2010-05-28 16:19:22 -06:00
Jeff Law bdf0eb0667 ira-color.c (update_curr_costs): Free updated hard reg costs.
* ira-color.c (update_curr_costs): Free updated hard reg costs.
	(ira_reassign_conflict_allocnos): Remove bogus asserts.
	(allocno_reload_assign): Likewise.

From-SVN: r160000
2010-05-28 16:06:40 -06:00
Ian Lance Taylor 080aebdb54 Fix erroneous duplication.
From-SVN: r159999
2010-05-28 21:48:47 +00:00
Paolo Carlini 2fb16a392a stl_vector.h (vector<>::data): Fix return type in c++0x mode.
2010-05-28  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/bits/stl_vector.h (vector<>::data): Fix return type
	in c++0x mode.
	* testsuite/23_containers/vector/requirements/dr438/
	assign_neg.cc: Adjust dg-error line number.
	* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc:
	Likewise.
	* testsuite/23_containers/vector/requirements/dr438/
	constructor_1_neg.cc: Likewise.
	* testsuite/23_containers/vector/requirements/dr438/
	constructor_2_neg.cc: Likewise.

From-SVN: r159998
2010-05-28 21:47:07 +00:00
Tobias Burnus 984ad4496b options.c (gfc_handle_option): Fix handling of -fno-whole-file.
2010-05-28  Tobias Burnus  <burnus@net-b.de>

        * options.c (gfc_handle_option): Fix handling of
        -fno-whole-file.

From-SVN: r159997
2010-05-28 23:11:42 +02:00
Nathan Froyd 4a73490d93 tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of build1_stat.
* tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
	build1_stat.

From-SVN: r159995
2010-05-28 19:49:22 +00:00
Richard Guenther 86561bb62b re PR lto/44312 (lto-streamer-in.c: In function ‘lto_read_tree’: warning: ‘fv.mode’ is used uninitialized in this function)
2010-05-28  Richard Guenther  <rguenther@suse.de>

	PR lto/44312
	* lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
	Stream fixed-point constants mode.
	(unpack_ts_type_value_fields): Fix width of TYPE_MODE
	and TYPE_PRECISION.
	* lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
	Stream fixed-point constants mode.
	(pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
	and TYPE_PRECISION.

From-SVN: r159993
2010-05-28 18:49:51 +00:00
Sebastian Pop 0a74c7586c When niter may be zero, return a COND_EXPR with the may_be_zero condition.
2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>

	* tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
	only place it was called from.
	(number_of_latch_executions): Do not return chrec_dont_know when the
	may_be_zero is a runtime condition: instead, return a COND_EXPR
	including the may_be_zero condition.
	* cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
	of nb_iterations.
	* tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
	COND_EXPRs.

	* gcc.dg/vect/vect-outer-fir-lb.c: Un-XFAIL-ed.

From-SVN: r159992
2010-05-28 18:42:15 +00:00
Sebastian Pop e7cb8957bf Don't generate COND_EXPRs for degenerate_phi_result.
2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>

	* tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
	generate COND_EXPRs for degenerate_phi_result.

From-SVN: r159991
2010-05-28 18:42:06 +00:00
Sebastian Pop d10e857ebb Check the if-convertibility of phi nodes in non predicated BBs.
2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>

	PR middle-end/44293
	* tree-if-conv.c (if_convertible_loop_p): Check the
	if-convertibility of phi nodes in non predicated BBs.

From-SVN: r159990
2010-05-28 18:38:06 +00:00
Mike Stump 300d430f06 re PR objc/44125 (const-str-9 fails.)
PR objc/44125
	* objc.dg/const-str-9.m: Remove static.

From-SVN: r159989
2010-05-28 18:33:45 +00:00
Mike Stump cc16b0f06d * objc.dg/stret-2.m: Fix to use more than 4 bytes.
From-SVN: r159988
2010-05-28 17:53:56 +00:00
Joseph Myers 6cffd02a8d * gcc.c (error, warning, inform): Remove duplicate ": " in output.
From-SVN: r159987
2010-05-28 18:34:11 +01:00
Joseph Myers 2dec80c756 re PR driver/15303 (When gcc sees an unrecognized option, the exit status indicates success)
PR driver/15303
	* gcc.c (inform, warning, inform): New functions.
	(fatal_ice): Rename to internal_error; change cmsgid parameter to
	gmsgid.  All callers changed.
	(notice): Rename to fnotice; add parameter fp.  All callers
	changed.
	(fatal_error): Rename to fatal_signal.  All users changed.
	(fatal): Rename to fatal_error; change cmsgid parameter to
	gmsgid.  All callers changed.
	(process_command): Use warning instead of error for warnings.
	(end_going_arg): Don't use _() around argument of error.
	(do_spec_1): Use inform for message from %n specs.  Use warning
	instead of error for warnings.
	(main): Use inform for comparison messages.  Use warning for
	message about unused linker input.
	(error): Increment error_count.  Print "error: ".
	* gcc.h (fatal): Change to fatal_error.
	(warning): Declare.
	* config/darwin-driver.c (darwin_default_min_version): Use warning
	instead of fprintf for warnings.
	* cppspec.c (lang_specific_driver): Use fatal_error instead of
	fatal.

cp:
	* g++spec.c (lang_specific_driver): Use fatal_error instead of
	fatal.

fortran:
	* gfortranspec.c (append_arg, lang_specific_driver): Use
	fatal_error instead of fatal.  Use warning instead of fprintf for
	warnings.

java:
	* jvspec.c (lang_specific_driver): Use fatal_error instead of
	fatal.  Use warning instead of error for warnings.

From-SVN: r159986
2010-05-28 18:28:57 +01:00
Nathan Froyd 7325b1b3ab * expr.c (get_symbol_table_index): Add spaces in expression.
From-SVN: r159984
2010-05-28 17:11:15 +00:00
Julian Brown dcd8b2eea8 thumb2.md (*thumb2_addsi3_compare0): New.
gcc/
	* config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
	(*thumb2_addsi3_compare0_scratch): New.
	* config/arm/constraints.md (Pv): New.
	* config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
	for ARM mode only.
	(*addsi3_compare0_scratch): Likewise.

From-SVN: r159983
2010-05-28 16:07:33 +00:00
Jan Hubicka df24c2b88d ipa-reference.c (add_static_var): Remove redundant all_module_statics check.
* ipa-reference.c (add_static_var): Remove redundant all_module_statics check.
	(ipa_reference_write_optimization_summary): Call is_proper_for_analysis only
	on local statics.

From-SVN: r159982
2010-05-28 15:56:16 +00:00
Iain Sandoe c3a9a336d0 config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
2010-05-28  Iain Sandoe  <iains@gcc.gnu.org>

        * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.

From-SVN: r159979
2010-05-28 15:11:08 +00:00
Maxim Kuvyrkov 47089d4285 re PR bootstrap/44314 (Powerpc64-unknown-linux-gnu bootstrap broken)
PR bootstrap/44314
	* config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
	(OPTION_GLIBC): Define.

From-SVN: r159978
2010-05-28 15:03:23 +00:00
Jakub Jelinek cced5e7f23 re PR debug/41048 (bad DW_AT_data_member_location from g++)
PR debug/41048
	* dwarf2out.c (double_int_type_size_in_bits): New function.
	(round_up_to_align): Change first argument and return value to
	double_int.
	(field_byte_offset): Work internally on double_ints.

From-SVN: r159975
2010-05-28 15:46:46 +02:00
Nathan Froyd aa6d7c816c java-tree.h (method_entry): Declare.
* java-tree.h (method_entry): Declare.  Declare VECs containing it.
	(struct lang_type): Change type of otable_methods, atable_methods, and
	itable_methods to VECs.  Fix comment for atable_methods.
	(emit_symbol_table): Take a VEC instead of a tree.
	(get_symbol_table_index): Take a VEC * instead of a tree *.
	* class.c (add_table_and_syms): Take a VEC instead of a tree.
	(emit_symbol_table): Update for changed parameter type.
	* expr.c (get_symbol_table_index): Likewise.

From-SVN: r159974
2010-05-28 13:41:55 +00:00
Jakub Jelinek 005d613b2d re PR target/43636 (ICE in extract_insn, at recog.c:2103)
PR target/43636
	* builtins.c (expand_movstr): Use a temporary pseudo instead
	of target even when target is not NULL and not const0_rtx, but
	fails movstr predicate.
	* config/m32c/blkmov.md (movstr): Add predicate to first operand.

	* gcc.c-torture/compile/pr43636.c: New test.

From-SVN: r159972
2010-05-28 15:35:56 +02:00
Iain Sandoe 773c1c8d20 re PR objc++/23616 (obj-c++.dg/try-catch-[29].mm (objc exceptions are broken) fails with the GNU Runtime)
PR ObjC++/23616
	* obj-c++.dg/try-catch-2.mm: Adjust xfail.
	* obj-c++.dg/try-catch-9.mm: Ditto.

From-SVN: r159971
2010-05-28 13:16:44 +00:00