1. 20 Jan, 2013 2 commits
  2. 19 Jan, 2013 6 commits
  3. 18 Jan, 2013 15 commits
  4. 17 Jan, 2013 15 commits
  5. 16 Jan, 2013 2 commits
    • PR libstdc++/55043 (again) · b7202baf
      	PR libstdc++/55043 (again)
      	* include/bits/alloc_traits.h (allocator_traits::construct): Disable
      	unless construction would be well-formed.
      	(__allow_copy_cons, __check_copy_constructible): Define.
      	* include/bits/unordered_map.h (__check_copy_constructible): Use as
      	base class so copy constructor will be deleted if appropriate.
      	(is_copy_constructible): Remove specialization.
      	* include/bits/unordered_set.h: Likewise.
      	* include/debug/unordered_map.h: Undo previous commit. Default copy
      	and move constructors.
      	* include/debug/unordered_set.h: Likewise.
      	* include/profile/unordered_map.h: Undo previous commit.
      	* include/profile/unordered_set.h: Likewise.
      	* testsuite/23_containers/unordered_map/55043.cc: Fix test.
      	* testsuite/23_containers/unordered_multimap/55043.cc: Likewise.
      	* testsuite/23_containers/unordered_multiset/55043.cc: Likewise.
      	* testsuite/23_containers/unordered_set/55043.cc: Likewise.
      	* testsuite/23_containers/unordered_map/requirements/53339.cc: XFAIL,
      	cannot support incomplete types.
      	* testsuite/23_containers/unordered_multimap/requirements/53339.cc:
      	Likewise.
      
      From-SVN: r195253
      Jonathan Wakely committed
    • re PR fortran/55983 (ICE in find_typebound_proc_uop, at fortran/class.c:2711) · 9b940c6d
      2013-01-16  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/55983
      	* class.c (find_typebound_proc_uop): Check for f2k_derived instead of
      	asserting it.
      
      
      2013-01-16  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/55983
      	* gfortran.dg/class_55.f90: New.
      
      From-SVN: r195251
      Janus Weil committed