invoke.cc: Avoid -Wall warnings.
[gcc.git] / libstdc++-v3 / ChangeLog
index 5ad3dd54e227899e373c6a29c1f213310247cc8a..97e0b3764a353148d6f9fa3129a7e69f728f8c15 100644 (file)
@@ -1,3 +1,53 @@
+2011-06-22  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * testsuite/20_util/reference_wrapper/invoke.cc: Avoid -Wall warnings.
+       * testsuite/20_util/reference_wrapper/typedefs-3.cc: Likewise.
+       * testsuite/20_util/reference_wrapper/invoke-2.cc: Likewise.
+       * testsuite/20_util/allocator_traits/members/allocate_hint.cc:
+       Likewise.
+       * testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Likewise.
+       * testsuite/20_util/bind/socket.cc: Likewise.
+       * testsuite/20_util/pointer_traits/pointer_to.cc: Likewise.
+       * testsuite/util/testsuite_random.h: Likewise.
+
+2011-06-22  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * include/Makefile.am: Add alloc_traits.h headers.
+       * include/Makefile.in: Regenerate.
+       * include/std/memory: Include uses_allocator.h explicitly.
+       * include/bits/allocator.h (allocator_traits): Move to ...
+       * include/bits/alloc_traits.h: New header.
+       * include/ext/alloc_traits.h (__alloc_traits): Extension to provide
+       a common allocator interface for C++98 and C++0x.
+       * include/bits/stl_construct.h: Use __alloc_traits.
+       * include/bits/stl_uninitialized.h: Likewise.
+
+2011-06-22  Daniel Krugler  <daniel.kruegler@googlemail.com>
+           Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * include/bits/move.h (__is_nothrow_swappable): Add.
+       (swap(_Tp(&)[_Nm], _Tp(&)[_Nm])): Use noexcept.
+       * include/bits/algorithmfwd.h: Adjust.
+       * testsuite/25_algorithms/swap/noexcept.cc: New.
+
+2011-06-21  Jakub Jelinek  <jakub@redhat.com>
+
+       * testsuite/Makefile.am (check_DEJAGNU_normal_targets): Add
+       check-DEJAGNUnormal[4-9].
+       (check-DEJAGNU): Split into 10 jobs for parallel testing instead of 4.
+       * testsuite/Makefile.in: Regenerated.
+
+2011-06-20  Daniel Krugler  <daniel.kruegler@googlemail.com>
+           Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * include/std/tuple (__conv_types, __one_by_one_convertible,
+       __all_convertible): Add.
+       (tuple): Use the latter.
+       (tuple<_T1>): Remove.
+       * testsuite/20_util/uses_allocator/cons_neg.cc: Adjust dg-error
+       line number.
+       * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Likewise.
+
 2011-06-14  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
        * include/bits/ptr_traits.h (pointer_traits<T*>::pointer_to): Use