1. 14 Jun, 2011 14 commits
  2. 13 Jun, 2011 17 commits
  3. 12 Jun, 2011 7 commits
    • re PR middle-end/49373 (Many testcase failures) · c3e3f090
      	PR middle-end/49373
      	* ipa.c (cgraph_externally_visible_p): Check resolution info.
      
      From-SVN: r174972
      Jan Hubicka committed
    • re PR middle-end/48836 (internal compiler error: in execute_todo, at passes.c:1261) · 516e0768
      	PR middle-end/48836
      	* ipa-inline-transform.c: Include tree-pass.h
      	(inline_transform): Set TODO_update_ssa_only_virtuals.
      	* Makefile.in (ipa-inline-transform.o): Add tree-pass.h.
      
      From-SVN: r174970
      Jan Hubicka committed
    • re PR middle-end/49378 (C++ is broken) · 903b0a8b
      	PR middle-end/49378
      	* ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p): Rule out
      	aliases and thunks.
      
      From-SVN: r174969
      Jan Hubicka committed
    • allocator.h (__shrink_to_fit): Rename to __shrink_to_fit_aux, fix. · 8a752dfe
      2011-06-12  François Dumont  <francois.cppdevs@free.fr>
      	    Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* include/bits/allocator.h (__shrink_to_fit): Rename to
      	__shrink_to_fit_aux, fix.
      	* include/bits/stl_vector.h (_M_shrink_to_fit): Declare.
      	(shrink_to_fit): Use the latter.
      	* include/debug/vector (shrink_to_fit): Likewise.
      	* include/bits/vector.tcc (_M_shrink_to_fit): Define.
      	* include/bits/stl_deque.h (_M_shrink_to_fit): Declare.
      	(shrink_to_fit): Use the latter.
      	* include/debug/deque (shrink_to_fit): Likewise.
      	* include/bits/deque.tcc (_M_shrink_to_fit): Define.
      	* include/bits/vector.tcc (vector<bool>::_M_reallocate): Add.
      	* include/bits/stl_bvector.h (_M_shrink_to_fit): Declare.
      	(shrink_to_fit): Use the latter.
      	(reserve): Use _M_reallocate, move inline.
      	(_Bvector_base<>::_S_nword): Add, use it throughout.
      	* include/debug/string (shrink_to_fit): Redo.
      	* include/ext/vstring.h (shrink_to_fit): Optimize.
      	* include/bits/basic_string.h (shrink_to_fit): Likewise.
      	* testsuite/21_strings/debug/shrink_to_fit.cc: New.
      	* testsuite/23_containers/vector/debug/shrink_to_fit.cc: Likewise.
      	* testsuite/23_containers/vector/debug/bool/shrink_to_fit.cc:
      	Likewise.
      	* testsuite/23_containers/vector/bool/capacity/shrink_to_fit.cc:
      	Likewise.
      	* testsuite/23_containers/deque/debug/shrink_to_fit.cc: Likewise.
      
      
      
      Co-Authored-By: Paolo Carlini <paolo.carlini@oracle.com>
      
      From-SVN: r174967
      François Dumont committed
    • Fix moxie comparisons · 0a7aa509
      From-SVN: r174966
      Anthony Green committed
    • tree-vect-data-refs.c (vect_peeling_hash_get_most_frequent): Take number of… · 44542f8e
      tree-vect-data-refs.c (vect_peeling_hash_get_most_frequent): Take number of iterations to peel into account for equally frequent...
      
      
              * tree-vect-data-refs.c (vect_peeling_hash_get_most_frequent):
              Take number of iterations to peel into account for equally
              frequent misalignment values.
      
      From-SVN: r174965
      Ira Rosen committed
    • Daily bump. · 2aba77f6
      From-SVN: r174964
      GCC Administrator committed
  4. 11 Jun, 2011 2 commits
    • 2011-06-12 Tobias Burnus · 73039f89
              PR fortran/49324
              * trans-expr.c (gfc_trans_assignment_1): Tell
              gfc_trans_scalar_assign to also deep-copy RHS nonvariables
              with allocatable components.
              * trans-array.c (gfc_conv_expr_descriptor): Ditto.
      
      2011-06-12  Tobias Burnus
      
              PR fortran/49324
              * gfortran.dg/alloc_comp_assign_11.f90: New.
      
      From-SVN: r174959
      Tobias Burnus committed
    • extptr_allocator.h (construct, destroy): Fix for C++0x mode by overloading to… · c51b58dc
      extptr_allocator.h (construct, destroy): Fix for C++0x mode by overloading to take allocator's pointer type.
      
      2011-06-11  Jonathan Wakely  <jwakely.gcc@gmail.com>
      
      	* include/ext/extptr_allocator.h (construct, destroy): Fix for C++0x
      	mode by overloading to take allocator's pointer type.
      	* testsuite/23_containers/vector/ext_pointer/types/2.cc: New.
      	* testsuite/23_containers/vector/ext_pointer/explicit_instantiation/
      	2.cc: New.
      
      From-SVN: r174958
      Jonathan Wakely committed