1. 07 Jul, 2007 4 commits
    • auto-inc-dec.c, [...]: Fix comment typos. · 6ed3da00
      	* auto-inc-dec.c, config/arm/arm.c,
      	config/m32r/constraints.md, config/mips/mips.md,
      	config/rs6000/rs6000.c, cselib.c, dce.c, df-core.c,
      	df-problems.c, df-scan.c, df.h, dse.c, gimplify.c,
      	tree-if-conv.c, tree-ssa-sccvn.c, tree-ssa.c: Fix comment
      	typos.  Follow spelling conventions.
      	* doc/invoke.texi, doc/rtl.texi: Fix typos.
      
      From-SVN: r126439
      Kazu Hirata committed
    • re PR c++/32232 (ICE in resolve_overloaded_unification) · acde59b4
      	PR c++/32232
      	* pt.c (resolve_overloaded_unification): Robustify.  Return a
      	bool, not an int.
      	(type_unification_real): Adjust accordingly.
      	PR c++/32232
      	* g++.dg/template/overload9.C: New test.
      
      From-SVN: r126435
      Mark Mitchell committed
    • re PR middle-end/23488 (GCSE load PRE does not work with non sets (or missing… · e9bd9cf3
      re PR middle-end/23488 (GCSE load PRE does not work with non sets (or missing load PRE with plain decls))
      
      2007-07-06  Daniel Berlin  <dberlin@dberlin.org>
      
      	Fix PR tree-optimization/23488
      
      	* tree-ssa-sccvn.c (expr_has_constants): Handle tcc_declaration.
      	(try_to_simplify): Ditto.
      	(visit_use): Ditto.
      	* tree-vn.c (set_value_handle): Use decl_vh_map for decl value
      	handles.
      	* tree-flow-inline.h (get_value_handle): Ditto.
      	* tree-ssa-pre.c (decl_vh_map): New.
      	(decl_node_pool): New.
      	(can_value_number_operation): Support DECL_P.
      	(can_PRE_operation): Ditto.
      	(create_expression_by_pieces): Ditto.
      	(find_existing_value_expr): Modify to differnetiate between
      	addressing and top level.
      	(create_value_handle_for_expr): Handle DECL's.
      	(poolify_tree): Ditto.
      	(make_values_for_phi): Don't insert into PHI_GEN during FRE.
      	(make_values_for_stmt): Handle DECL's properly.
      	(init_pre): Reorg to not init useless things during FRE.
      	(fini_pre): Ditto.
      	* tree-flow.h: Include pointer-set.h.
      	(decl_vh_map): Declare.
      	* Makefile.in (TREE_FLOW_H): Add pointer-set.h
      
      From-SVN: r126434
      Daniel Berlin committed
    • Daily bump. · 3673b8ca
      From-SVN: r126431
      GCC Administrator committed
  2. 06 Jul, 2007 26 commits
  3. 05 Jul, 2007 10 commits