1. 03 Jan, 2007 2 commits
    • pr16194.c: We now output error on all three functions, not just first one. · 7a388ee4
      
      	* gcc.dg/pr16194.c: We now output error on all three functions, not just
      	first one.
      
      	* cgraph.c: Include tree-flow.h
      	(cgraph_add_new-function): Handle IPA_SSA mode; execute
      	early_local_passes.
      	* cgraph.h (enum cgraph_state): Add CGRAPH_STATE_IPA_SSA.
      	* tree-pass.h (pass_all_early_optimizations): Declare.
      	* cgraphunit.c (cgraph_process_new_functions): Add IPA_SSA; execute
      	early_local_passes.
      	(cgraph_analyze_function): Do early_local_passes.
      	* tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
      	Do not add referenced vars.
      	* tree-optimize.c (gate_all_optimizations): Do not execute when not in
      	SSA form.
      	(gate_all_early_local_passes): New gate.
      	(pass_early_local_passes): Use new gate.
      	(execute_early_local_optimizations): New functions.
      	(gate_all_early_optimizations): New gate.
      	(pass_all_early_optimizations): New pass.
      	(execute_free_datastructures): Free SSA only when initialized.
      	(gate_init_datastructures): Init only when optimizing.
      	(tree_lowering_passes): Do early local passes when called late.
      	* tree-profile.c (do_tree_profiling): Don't profile functions added
      	late.
      	(do_early_tree_profiling, pass_early_tree_profile): Kill.
      	* tree-cfg.c (update_modified_stmts): Do not update when operands are
      	not active.
      	* passes.c (init_optimizations_passes): Reorder so we go into SSA
      	during early_local_passes.
      	* Makefile.in (cgraph.o): Add dependency on tree-flow.h.
      
      From-SVN: r120373
      Jan Hubicka committed
    • Daily bump. · 93251c58
      From-SVN: r120368
      GCC Administrator committed
  2. 02 Jan, 2007 22 commits
    • Makefile.in: Update copyright year. · ce7b00a8
      
      gcc/
      
      2007-01-02  Carlos O'Donell  <carlos@codesourcery.com>
      
      	* Makefile.in: Update copyright year.
      
      From-SVN: r120360
      Carlos O'Donell committed
    • Makefile.in: Export GCC_EXEC_PREFIX before calling $(RUNTEST) in $(lang_checks) and... · b3e7b87f
      gcc/
      
      2007-01-02  Carlos O'Donell  <carlos@codesourcery.com>
      
      	* Makefile.in: Export GCC_EXEC_PREFIX before calling $(RUNTEST)
      	in $(lang_checks) and check-consistency targets.
      
      From-SVN: r120359
      Carlos O'Donell committed
    • tree-mudflap.c (mf_decl_cache_locals, [...]): Do not add referenced vars. · ed1a2abd
              * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
              Do not add referenced vars.
              * tree-cfg.c (update_modified_stmts): Do not update when SSA operands
              are not active.
              * passes.c (init_optimization_passes): Put mudflap_2 after
              free_datastructures.
      
      From-SVN: r120358
      Jan Hubicka committed
    • tree-optimize (execute_fixup_cfg): Set after_inlining flag. · de6bd996
      2007-01-02  Jan Hubicka  <jh@suse.cz>
      
      	* tree-optimize (execute_fixup_cfg): Set after_inlining flag.
      	Set NOTHROW flag on call statements proved to be nothrow.
      	Update statement of local calls so new pure/const functions are
      	updated. Update_ssa when in ssa form. Mark PHI nodes of nonlocal
      	goto receivers.
      	(tree_rest_of_compilation): Register hooks and initialize bitmap
      	early. Do not set after_inlining flag.
      
      From-SVN: r120357
      Jan Hubicka committed
    • sbitmap.c (HOST_BITS_PER_LONG_LONG): Change to HOST_BITS_PER_LONGLONG · a063525a
      	* sbitmap.c (HOST_BITS_PER_LONG_LONG):  Change to
      	HOST_BITS_PER_LONGLONG
      
      From-SVN: r120356
      Steve Ellcey committed
    • re PR c/19977 (overflow in non-static initializer should not be pedwarn) · b405ac80
      2007-01-02  Manuel Lopez-Ibanez <manu@gcc.gnu.org>
      
      	PR c/19977
      	* c-typeck.c (store_init_value): Don't emit pedantic overflow
      	warning for non-static initializers.
      
      testsuite/
      	* gcc/testsuite/gcc.dg/overflow-warn-3.c: Remove XFAIL.
      	* gcc/testsuite/gcc.dg/overflow-warn-4.c: Remove XFAIL.
      
      From-SVN: r120355
      Manuel López-Ibáñez committed
    • alpha.md, [...]: Always use set_unique_reg_note to add REG_EQUAL notes. · bd94cb6e
              * config/alpha/alpha.md, arm/arm.c, darwin.c, frv/frv.md,
              m32r/m32r.c, m32r/m32r.c, mn10300/mn10300.md, pa/pa.c,
              rs6000/rs6000.c, s390/s390.md, sh/sh.md, sparc/sparc.c:
              Always use set_unique_reg_note to add REG_EQUAL notes.
      
      From-SVN: r120353
      Steven Bosscher committed
    • Revert: · 61465e75
      	2007-01-02  Kazu Hirata  <kazu@codesourcery.com>
      
      	* alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
      	* cfgbuild.c (find_basic_blocks): Likewise.
      	* cfgrtl.c (rtl_create_basic_block): Likewise.
      	* function.c (temp_slots_at_level): Likewise.
      	* reg-stack.c (stack_regs_mentioned): Likewise.
      	* regclass.c (allocate_reg_info): Likewise.
      	* tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
      	set_bb_for_stmt, move_block_to_fn): Likewise.
      	* tree-complex.c (tree_lower_complex): Likewise.
      	* vec.h (VEC_safe_grow_cleared): New.
      
      From-SVN: r120351
      Kazu Hirata committed
    • c-common.c (c_common_truthvalue_conversion): When warning about using an… · fbc8d2d3
      c-common.c (c_common_truthvalue_conversion): When warning about using an assignment as a truth value, set TREE_NO_WARNING.
      
      ./:	* c-common.c (c_common_truthvalue_conversion): When warning about
      	using an assignment as a truth value, set TREE_NO_WARNING.
      cp/:
      	* semantics.c (maybe_convert_cond): Optionally warn when using an
      	assignment as a condition.
      	* typeck.c (convert_for_assignment): Optionally warn about
      	assigning the result of an assignment to a bool.
      testsuite/:
      	* g++.dg/warn/Wparentheses-22.C: New test.
      	* g++.dg/warn/Wparentheses-23.C: New test.
      
      From-SVN: r120348
      Ian Lance Taylor committed
    • re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags) · b1ed4cb4
      2007-01-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
      
      	PR middle-end/7651
      	* c.opt (Wold-style-declaration): New.
      	* doc/invoke.texi (C-only Warning Options): New.
      	(Wold-style-declaration): Document it.
      	(Wextra): Enabled by -Wextra.
      	* c-opts.c (c_common_post_options): Enabled by -Wextra.
      	* c-decl.c (declspecs_add_scspec): Replace -Wextra with
      	-Wold-style-declaration.
      
      testsuite/
      	* gcc.dg/declspec-3.c: Replace -W with -Wold-style-declaration.
      	* gcc.dg/declspec-3-Wextra.c: New.
      	* gcc.dg/declspec-3-no.c: New
      
      From-SVN: r120347
      Manuel López-Ibáñez committed
    • alias.c (init_alias_analysis): Use VEC_safe_grow_cleared. · d887a682
      	* alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
      	* cfgbuild.c (find_basic_blocks): Likewise.
      	* cfgrtl.c (rtl_create_basic_block): Likewise.
      	* function.c (temp_slots_at_level): Likewise.
      	* reg-stack.c (stack_regs_mentioned): Likewise.
      	* regclass.c (allocate_reg_info): Likewise.
      	* tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
      	set_bb_for_stmt, move_block_to_fn): Likewise.
      	* tree-complex.c (tree_lower_complex): Likewise.
      	* vec.h (VEC_safe_grow_cleared): New.
      
      From-SVN: r120345
      Kazu Hirata committed
    • re PR fortran/30276 (gfortran include problem) · f1441c81
      2007-01-02  Tobias Burnus  <burnus@net-b.de>
      
      	PR fortran/30276
      	* scanner.c (open_included_file): Support full-path filenames.
      
      From-SVN: r120344
      Tobias Burnus committed
    • pt.c (canonical_template_parms): Correct typo in comment. · 410cf6e6
      2007-01-02  Douglas Gregor  <doug.gregor@gmail.com>
      
      	* pt.c (canonical_template_parms): Correct typo in comment.
      
      From-SVN: r120343
      Douglas Gregor committed
    • re PR fortran/20896 (ambiguous interface not detected) · ff604888
      2007-01-02  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/20896
      	* interface.c (check_sym_interfaces): Remove call to
      	resolve_global_procedure.
      	gfortran.h : Remove prototype for resolve_global_procedure.
      	resolve.c (resolve_global_procedure): Add static attribute
      	to function declaration.
      
      2007-01-02  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/20896
      	* gfortran.dg/interface_10.f90: Remove.
      
      From-SVN: r120342
      Paul Thomas committed
    • c-common.c (c_common_nodes_and_builtins): Since variants of void_type_node get… · 06d40de8
      c-common.c (c_common_nodes_and_builtins): Since variants of void_type_node get built before it is given a name...
      
      2007-01-02  Douglas Gregor  <doug.gregor@gmail.com>
      
      	* c-common.c(c_common_nodes_and_builtins): Since variants of
      	void_type_node get built before it is given a name, we need to
      	give those variants the name, too. 
      	(complete_array_type): We need to work with the canonical main
      	type of the array, from which we will build the qualified version.
      	* params.def (PARAM_VERIFY_CANONICAL_TYPES): New.
      	* print-tree.c (print_node): Display canonical type information
      	for each type.
      	* stor-layout.c (layout_type): When we don't know the
      	alignment of a type for which we're building an array, we end up
      	guessing wrong, so make the type require structural equality.
      	* tree.c (make_node_stat): When we build a new type, it is its
      	own canonical type.
      	(build_type_attribute_qual_variant): When building an attribute
      	variant, its canonical type is the non-attribute variant. However,
      	if the attributes are target-dependent and they differ, we need to
      	use structural equality checks for this type.
      	(build_qualified_type): A qualified type is not equivalent to its
      	unqualified variant; set the canonical type appropriately.
      	(build_distinct_type_copy): When building a distinct type from
      	another type, the new type is its own canonical type.
      	(build_variant_type_copy): When building a new type variant, we
      	assume that it is equivalent to the original type.
      	(build_pointer_type_for_mode): When building a pointer type, also
      	build a canonical type pointer.
      	(build_reference_type_for_mode): When building a reference type,
      	also build a canonical type reference.
      	(build_index_type): When we can't hash an index type (e.g.,
      	because its maximum value is negative), the index type requires
      	structural equality tests.
      	(build_array_type): Build the canonical form of an array type.
      	(build_function_type): Function types require structural equality,
      	because they contain default arguments, attributes, etc. 
      	(build_method_type_directly): Ditto for method types.
      	(build_offset_type): Build the canonical offset type.
      	(build_complex_type): Build the canonical vector type.
      	(make_vector_type): Build the canonical vector type.
      	* tree.h (TYPE_CANONICAL): New.
      	(TYPE_STRUCTURAL_EQUALITY_P): New.
      	(SET_TYPE_STRUCTURAL_EQUALITY): New.
      	(struct tree_type): Added "canonical" field.
      	* params.h (VERIFY_CANONICAL_TYPES): New.
      	* doc/c-tree.texi (TYPE_CANONICAL): Document.
      	(TYPE_STRUCTURAL_EQUALITY_P): Document.
      	(SET_TYPE_STRUCTURAL_EQUALITY): Document.
      	* doc/invoke.texi (verify-canonical-types): Document --param
      	parameter for verifying canonical types.
      	
      2007-01-02  Douglas Gregor  <doug.gregor@gmail.com>
      
      	* typeck.c (structural_comptypes): Renamed from "comptypes".
      	(comptypes): Use canonical type information to perform fast type
      	comparison. When VERIFY_CANONICAL_TYPES, verify that the
      	canonical type comparison returns the same results as we would see
      	from the current, structural check. Support COMPARE_STRUCTURAL
      	when we need structural checks.
      	* decl.c (typename_compare): Fix comment.
      	(build_typename_type): TYPENAME_TYPE nodes require structural
      	equality checks, because they resolve different based on the
      	current class type.
      	(make_unbound_class_template): UNBOUND_CLASS_TEMPLATE nodes
      	require structural equality checks (for now).
      	(build_ptrmemfunc_type): Build the canonical pointer to member
      	function type.
      	(compute_array_index_type): Whenever we build a new index type
      	to represent the size of an array in a template, we need to mark
      	this index type as requiring structural equality. This goes for
      	arrays with value-dependent sizes with the current ABI, or all
      	arrays with ABI-1.
      	* tree.c (cplus_array_hash): New.
      	(struct cplus_array_info): New.
      	(cplus_array_compare): New.
      	(cplus_array_htab): New.
      	(build_cplus_array_type_1): Use a hash table to cache the array
      	types we build. Build the canonical array type for each array
      	type.
      	(cp_build_qualified_type_real): When building a cv-qualified array
      	type, use the hash table of array types and build canonical array
      	types as necessary.
      	(bind_template_template_parm): BOUND_TEMPLATE_TEMPLATE_PARM nodes
      	use structural equality (for now).
      	* cp-tree.h (COMPARE_STRUCTURAL): New.
      	* pt.c (canonical_template_parms): New.
      	(canonical_type_parameter): New.
      	(process_template_parm): Find the canonical type parameter.
      	(lookup_template_class): When we have named the primary template
      	type, set the canonical type for our template class to the primary
      	template type. If any of the template arguments need structural
      	equality checks, the template class needs structural equality
      	checks.
      	(tsubst): When reducing the level of a template template
      	parameter, we require structural equality tests for the resulting
      	parameter because its template parameters have not had their types
      	canonicalized. When reducing a template type parameter, find the
      	canonical reduced type parameter.
      	(any_template_arguments_need_structural_equality_p): New.
      
      2007-01-02  Douglas Gregor  <doug.gregor@gmail.com>
      	
      	* objc-act.c (objc_build_volatilized_type): Keep track of
      	canonical types.
      	(objc_get_protocol_qualified_type): Ditto.
      
      From-SVN: r120341
      Douglas Gregor committed
    • config.gcc (powerpc-*-eabispe*, [...]): Add rs6000/e500.h to tm_file. · eca0d5e8
      	* config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
      	powerpc-*-eabisim*, powerpc-*-eabialtivec*, powerpc-*-eabi*,
      	powerpc-*-rtems*, powerpc-wrs-vxworks, powerpc-wrs-vxworksae,
      	powerpcle-*-eabisim*, powerpcle-*-eabi*): Add rs6000/e500.h to
      	tm_file.
      	* config/rs6000/e500.h: New.
      	* config/rs6000/eabi.h (TARGET_SPE_ABI, TARGET_SPE, TARGET_E500,
      	TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE, TARGET_E500_DOUBLE):
      	Remove.
      	* config/rs6000/linuxspe.h (TARGET_SPE_ABI, TARGET_SPE,
      	TARGET_E500, TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE,
      	TARGET_E500_DOUBLE): Remove.
      	* config/rs6000/vxworks.h (TARGET_SPE_ABI, TARGET_SPE,
      	TARGET_E500, TARGET_ISEL, TARGET_FPRS): Remove.
      	* config/rs6000/rs6000.h (CHECK_E500_OPTIONS): Define.
      	* config/rs6000/rs6000.c (rs6000_override_options): Use
      	CHECK_E500_OPTIONS.
      
      From-SVN: r120340
      Joseph Myers committed
    • rs6000.c (print_operand): Check (TARGET_SPE || TARGET_E500_DOUBLE), not TARGET_E500, for %y. · 8ef65e3d
      	* config/rs6000/rs6000.c (print_operand): Check (TARGET_SPE ||
      	TARGET_E500_DOUBLE), not TARGET_E500, for %y.
      	(rs6000_generate_compare, rs6000_emit_sCOND, output_cbranch,
      	rs6000_emit_cmove): Don't check TARGET_E500.
      	* config/rs6000/rs6000.md (bunordered, bordered, sunordered,
      	sordered): Don't check TARGET_E500.
      
      From-SVN: r120339
      Joseph Myers committed
    • mips.c (mips_regno_mode_ok_for_base_p): Use HARD_REGISTER_NUM_P. · d8934cf1
      2007-01-01  Eric Christopher  <echristo@apple.com>
      
              * config/mips/mips.c (mips_regno_mode_ok_for_base_p): Use
              HARD_REGISTER_NUM_P.
      
      From-SVN: r120334
      Eric Christopher committed
    • fold-const.c (fold_binary): Fold "(X^C1) eq/ne C2" into "X eq/ne (C1^C2)". · cf06e5c1
      
      	* fold-const.c (fold_binary) <EQ_EXPR>: Fold "(X^C1) eq/ne C2" into
      	"X eq/ne (C1^C2)".  Fold "(X^Z) eq/ne (Y^Z)" as "X eq/ne Y" when Z
      	has no side-effects.  Fold "(X^C1) eq/ne (Y^C2)" as "(X^(C1^C2))
      	eq/ne Y".
      
      	* gcc.dg/fold-eqxor-4.c: New test case.
      
      From-SVN: r120333
      Roger Sayle committed
    • configure.ac: Remove support for building with Apple's gcc-3.1. · e68ea32e
      gcc:
      	* configure.ac: Remove support for building with Apple's gcc-3.1.
      config:
      	* mh-ppc-darwin: Remove support for building with Apple's gcc-3.1.
      
      From-SVN: r120331
      Mike Stump committed
    • re PR middle-end/30311 (revision 120211 failed to compile perlbench) · a446b4e8
      gcc:
      	PR middle-end/30311
      	* caller-save.c (add_stored_regs): Only handle SUBREGs if inner
      	REG is a hard register.  Do not modify REG before calling
      	subreg_nregs.
      	* rtlanal.c (subreg_get_info): Don't assert size of XMODE is a
      	multiple of the size of YMODE for certain lowpart cases.
      
      gcc/testsuite:
      	* gcc.c-torture/compile/pr30311.c: New test.
      
      From-SVN: r120329
      Joseph Myers committed
    • Daily bump. · 27c293ef
      From-SVN: r120327
      GCC Administrator committed
  3. 01 Jan, 2007 13 commits
  4. 31 Dec, 2006 3 commits