OSDN Git Service

2009-12-10 Paolo Carlini <paolo.carlini@oracle.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index c61685e..7566320 100644 (file)
@@ -1,3 +1,512 @@
+2009-12-10  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       Revert:
+        2009-12-03  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR libstdc++/42261
+       * include/bits/basic_string.h (_S_construct_aux(_Integer, _Integer,
+       const _Alloc&, __true_type)): Cast the second argument to value_type.
+       * include/ext/sso_string_base.h (_M_construct_aux(_Integer, _Integer,
+       std::__true_type)): Likewise.
+       * include/ext/rc_string_base.h (_S_construct_aux(_Integer, _Integer,
+       const _Alloc&, std::__true_type)): Likewise.
+       * testsuite/21_strings/basic_string/cons/char/42261.cc: New.
+       * testsuite/21_strings/basic_string/cons/wchar_t/42261.cc: Likewise.
+
+2009-12-10  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * testsuite/util/testsuite_containers.h (populate<>::populate(_Tp&)):
+       Avoid used uninitialized warning.
+       * include/ext/pb_ds/detail/cc_hash_table_map_/
+       constructor_destructor_fn_imps.hpp: Fix typo causing sequence point
+       warning.
+
+2009-12-09  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * include/profile/impl/profiler_container_size.h: Fix include
+       guard, formatting fixes.
+       * include/profile/impl/profiler_vector_size.h: Same.
+       * include/profile/impl/profiler_hash_func.h: Same.
+       * include/profile/impl/profiler_trace.h: Same.
+       * include/profile/impl/profiler_vector_to_list.h: Same.
+       * include/profile/impl/profiler.h: Same.
+       * include/profile/impl/profiler_state.h: Same.
+       * include/profile/impl/profiler_map_to_unordered_map.h: Same.
+       * include/profile/impl/profiler_hashtable_size.h: Same.
+       * include/profile/impl/profiler_node.h: Same.
+
+2009-12-09  Roman Odaisky  <to.roma.from.bugcc@qwertty.com>
+
+       PR libstdc++/42273
+       * include/bits/atomic_2.h: Fix typo.
+
+2009-12-07  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR libstdc++/42319
+       * include/parallel/losertree.h: Include bits/stl_function.h instead
+       of the whole <functional>.
+       * include/parallel/base.h: Likewise.
+       * include/parallel/numeric: Likewise.
+       * include/parallel/balanced_quicksort.h: Likewise.
+       * include/parallel/checkers.h: Likewise.
+       * testsuite/17_intro/headers/c++200x/42319.cc: New.
+
+2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * doc/Makefile.in: Regenerate.
+       * include/Makefile.in: Regenerate.
+       * libsupc++/Makefile.in: Regenerate.
+       * po/Makefile.in: Regenerate.
+       * python/Makefile.in: Regenerate.
+       * src/Makefile.in: Regenerate.
+       * testsuite/Makefile.in: Regenerate.
+
+2009-12-05  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * config/os/hpux/os_defines.h (_GLIBCXX_PSEUDO_VISIBILITY): Provide
+       empty definition.
+
+2009-12-03  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR libstdc++/42261
+       * include/bits/basic_string.h (_S_construct_aux(_Integer, _Integer,
+       const _Alloc&, __true_type)): Cast the second argument to value_type.
+       * include/ext/sso_string_base.h (_M_construct_aux(_Integer, _Integer,
+       std::__true_type)): Likewise.
+       * include/ext/rc_string_base.h (_S_construct_aux(_Integer, _Integer,
+       const _Alloc&, std::__true_type)): Likewise.
+       * testsuite/21_strings/basic_string/cons/char/42261.cc: New.
+       * testsuite/21_strings/basic_string/cons/wchar_t/42261.cc: Likewise.
+
+2009-12-03  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * testsuite/20_util/bind/ref.cc: Add.
+       * testsuite/20_util/bind/all_bound.cc: Likewise.
+       * testsuite/20_util/bind/nested.cc: Likewise.
+       * testsuite/20_util/bind/placeholders.cc: Likewise.
+
+2009-12-03  Hans-Peter Nilsson  <hp@axis.com>
+
+       * testsuite/ext/profile/mutex_extensions.cc: Adjust dg-error line
+       number.
+
+2009-11-30  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * testsuite/lib/libstdc++.exp (libstdc++_init): Add host-dependent
+       settings for LC_ALL and LANG.
+
+2009-11-30  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * libstdc++-v3/acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Don't disable
+       on PE targets.
+       * libstdc++-v3/configure: Regenerate.
+       * libstdc++-v3/configure.host: Add libtool DLL options for Cygwin
+       and MinGW platforms.
+
+       * libstdc++-v3/include/bits/c++config (_GLIBCXX_VISIBILITY_ATTR): On
+       platforms that don't support visibility, allow them to declare a macro
+       _GLIBCXX_PSEUDO_VISIBILITY that is applied in place of visibility.
+       (_GLIBCXX_PSEUDO_VISIBILITY): Supply empty default if not declared by
+       CPU- or OS-specific headers.
+
+       * libstdc++-v3/config/os/newlib/os_defines.h
+       (_GLIBCXX_PSEUDO_VISIBILITY_default): New macro for dllimport.
+       (_GLIBCXX_PSEUDO_VISIBILITY_hidden): New empty macro.
+       (_GLIBCXX_PSEUDO_VISIBILITY): Evaluate to one of the above.
+       * libstdc++-v3/config/os/mingw32/os_defines.h
+       (_GLIBCXX_PSEUDO_VISIBILITY_default,
+       _GLIBCXX_PSEUDO_VISIBILITY_hidden,
+       _GLIBCXX_PSEUDO_VISIBILITY): Likewise.
+
+2009-11-30  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * include/tr1_impl/functional: Remove file, copy its contents,
+       trivially adjusted...
+       * include/std/functional: ... here, and...
+       * include/tr1/functional: ... here.
+       * include/Makefile.am: Adjust.
+       * include/Makefile.in: Regenerate.
+
+2009-11-30  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+        * include/tr1_impl/functional (function): Add rvalue support and
+        tweak doxygen markup.
+        * testsuite/20_util/function/assign/move.cc: New.
+        * testsuite/20_util/function/cons/move.cc: New.
+        * testsuite/20_util/function/invoke/move_only.cc: New.
+        * testsuite/20_util/function/cmp/cmp_neg.cc: New.
+        * testsuite/20_util/function/1.cc: Copy from testsuite/tr1/.
+        * testsuite/20_util/function/2.cc: Likewise.
+        * testsuite/20_util/function/3.cc: Likewise.
+        * testsuite/20_util/function/4.cc: Likewise.
+        * testsuite/20_util/function/5.cc: Likewise.
+        * testsuite/20_util/function/6.cc: Likewise.
+        * testsuite/20_util/function/7.cc: Likewise.
+        * testsuite/20_util/function/8.cc: Likewise.
+        * testsuite/20_util/function/9.cc: Likewise.
+
+2009-11-29  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * doc/doxygen/user.cfg.in: Add __GXX_RTTI to PREDEFINED macros.
+
+2009-11-20  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       PR libstdc++/42019
+       * include/tr1/shared_ptr.h: Only use typeid when RTTI is enabled.
+       * include/bits/shared_ptr_base.h: Likewise.
+       * include/bits/shared_ptr.h: Likewise.
+       * testsuite/tr1/2_general_utilities/shared_ptr/misc/42019.cc: New.
+       * testsuite/20_util/shared_ptr/misc/42019.cc: New.
+
+2009-11-20  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * src/compatibility-c++0x.cc (_Fnv_hash<4>, _Fnv_hash<8>): Add.
+
+2009-11-19  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * src/pool_allocator.cc: Adjust catch blocks.
+       * src/bitmap_allocator.cc: Same.
+       * src/localename.cc: Same.
+       * src/ios.cc: Same.
+
+       * libsupc++/cxxabi-forced.h: Adjust comments, markup.
+
+       * testsuite/util/testsuite_hooks.h (copy_constructor::copyCount):
+       Remove.
+       (copy_constructor::dtorCount): Remove.
+       * testsuite/23_containers/list/modifiers/1.h: Adjust.
+       * testsuite/23_containers/list/modifiers/2.h: Same.
+       * testsuite/23_containers/list/modifiers/3.h: Same.
+
+2009-11-19  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR libstdc++/41622
+       * include/bits/functional_hash.h: Implement inline the various
+       std::hash specializations, using, when appropriate, pass by
+       const ref too, per DR 1245.
+       * include/tr1_impl/functional_hash.h: Remove, move its contents...
+       * include/tr1/functional_hash.h: ... here.
+       * include/std/functional: Tweak includes.
+       * src/hash_c++0x: Rename to...
+       * src/compatibility-c++0x.cc: ... this, implementing compatibility
+       std::hash<>::operator() specializations.
+       * src/hash.cc: Do not mark specializations as throw().
+       * src/Makefile.am: Adjust.
+       * include/Makefile.am: Likewise.
+       * src/Makefile.in: Regenerate.
+       * include/Makefile.in: Likewise.
+       * testsuite/util/testsuite_api.h: Define a dummy hash for
+       NonDefaultConstructible.
+       * testsuite/23_containers/unordered_map/requirements/
+       explicit_instantiation/2.cc: Use it.
+       * testsuite/23_containers/unordered_multimap/requirements/
+       explicit_instantiation/2.cc: Likewise.
+       * testsuite/23_containers/unordered_set/requirements/
+       explicit_instantiation/2.cc: Likewise.
+       * testsuite/23_containers/unordered_multiset/requirements/
+       explicit_instantiation/2.cc: Likewise.
+
+2009-11-19  Johannes Singler  <singler@kit.edu>
+
+        * include/parallel/partition.h (__parallel_partition): Correctly
+        initialize chunk size.
+        (__parallel_nth_element): Respect nth_element_minimal_n.  Use
+        sequential nth_element as base case, instead of sequential sort.
+
+2009-11-17  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * include/profile/impl/profiler.h: Remove namespace markup.
+
+2009-11-17  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * include/profile/bitset: Tweak doxygen markup.
+       * include/profile/deque: Same.
+       * include/profile/list: Same.
+       * include/profile/map.h: Same.
+       * include/profile/multimap.h: Same.
+       * include/profile/multiset.h: Same.
+       * include/profile/set.h: Same.
+       * include/profile/unordered_map: Same.
+       * include/profile/vector: Same.
+
+       * include/profile/impl/profiler_container_size.h: Use namespace
+       __gnu_profile instead of __cxxprof_impl.
+       * include/profile/impl/profiler.h: Same.
+       (_GLIBCXX_PROFILE_IMPL_REENTRANCE_GUARD): To
+       _GLIBCXX_PROFILE_REENTRANCE_GUARD.
+       Remove namespace __cxxprof_guard.
+       (__reentrance_guard): De-templatize.
+       (__reentrance_guard::__inside_cxxprof_impl): To
+       __reentrance_guard::_S_get_in.
+
+       * include/profile/impl/profiler_hash_func.h: Use namespace
+       __gnu_profile instead of __cxxprof_impl.
+       * include/profile/impl/profiler_hashtable_size.h: Same.
+       * include/profile/impl/profiler_map_to_unordered_map.h: Same.
+       * include/profile/impl/profiler_node.h: Same.
+       * include/profile/impl/profiler_state.h: Same.
+       * include/profile/impl/profiler_trace.h: Same.
+       * include/profile/impl/profiler_vector_size.h: Same.
+       * include/profile/impl/profiler_vector_to_list.h: Same.
+       * doc/xml/manual/profile_mode.xml: Update.
+
+2009-11-17  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * include/debug/bitset: Add doxygen markup.
+       * include/debug/deque: Same.
+       * include/debug/list: Same.
+       * include/debug/map.h: Same.
+       * include/debug/multimap.h: Same.
+       * include/debug/set.h: Same.
+       * include/debug/multiset.h: Same.
+       * include/debug/unordered_map: Same.
+       * include/debug/unordered_set: Same.
+       * include/debug/string: Same.
+       * include/debug/vector: Same.
+
+2009-11-15  Steve Ward  <planet36@gmail.com>
+
+       * libsupc++/cxxabi.h (__cxa_demangle): Fix typo in comment.
+
+2009-11-13  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * include/bits/forward_list.h (forward_list<>::erase_after):
+       Change signature per N2988, return void; simplify.
+       (_Fwd_list_base<>::_M_erase_after): Likewise return void.
+       (forward_list<>::~forward_list): Do not call _M_erase_after
+       unnecessarily, the base class destructor already does it.
+       (forward_list<>::splice_after(const_iterator position,
+       forward_list&&, const_iterator i): Check position != i and
+       position != ++i.
+       * include/bits/forward_list.tcc (_Fwd_list_base<>::
+       _M_erase_after(typename _Node_base::_Pointer): Simplify.
+       (_Fwd_list_base<>::_M_erase_after(typename _Node_base::_Pointer,
+       typename _Node_base::_Pointer): Fix (remove the correct range
+       of element) and simplify (update __pos->_M_next at the end).
+       * testsuite/23_containers/forward_list/modifiers/3.cc: Adjust
+       and extend.
+       * testsuite/23_containers/forward_list/ext_pointer/
+       modifiers/3.cc: Likewise.
+       * testsuite/23_containers/forward_list/requirements/dr438/
+       assign_neg.cc: Tweak dg-error line numbers.
+       * testsuite/23_containers/forward_list/requirements/dr438/
+       insert_neg.cc: Likewise.
+       * testsuite/23_containers/forward_list/requirements/dr438/
+       constructor_1_neg.cc: Likewise.
+       * testsuite/23_containers/forward_list/requirements/dr438/
+       constructor_2_neg.cc: Likewise.
+
+2009-11-13  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * include/std/algorithm: Include <utility>, per UK-300.
+       * include/bits/stl_algobase.h: Don't do it here.
+
+2009-11-12  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * include/std/type_traits (declval): Add, per DR 1255.
+       (__is_convertible_helper, common_type): Use it.
+       * include/bits/move.h: Mention std::declval.
+       * testsuite/20_util/declval/requirements/1.cc: New.
+       * testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
+       * testsuite/20_util/common_type/requirements/typedefs-2.cc: Likewise.
+       * testsuite/20_util/common_type/requirements/
+       explicit_instantiation.cc: Extend.
+       * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust
+       dg-error line numbers.
+       * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
+       Likewise.
+
+2009-11-12  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * include/bits/stl_algobase.h: Include the full <utility>, per
+       UK-300.
+       * include/bits/stl_algo.h: Tweak includes.
+
+2009-11-11  Jason Merrill  <jason@redhat.com>
+
+       * testsuite/Makefile.am: Remove use of baseline_file.
+       * testsuite/Makefile.in: Likewise.
+
+       PR c++/39131
+       * config/abi/pre/gnu.ver: Add DFP types.
+       * testsuite/util/testsuite_abi.cc (check_version): Add CXXABI_1.3.4.
+
+2009-11-11  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * include/bits/basic_string.h (to_string(int), to_string(unsigned),
+       to_string(long), to_string(unsigned long), to_string(float),
+       to_string(double), to_wstring(int), to_wstring(unsigned),
+       to_wstring(long), to_wstring(unsigned long), to_wstring(float),
+       to_wstring(double)): Add, per resolution of DR 1261.
+       * include/ext/vstring.h: Likewise.
+       * testsuite/21_strings/basic_string/numeric_conversions/char/
+       dr1261.cc: Add.
+       * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
+       dr1261.cc: Likewise.
+
+2009-11-09  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * doc/doxygen/user.cfg.in: Regenerate, add files.
+       * libsupc++/eh_ptr.cc: Format.
+       * libsupc++/exception_ptr.h: Same.
+       * libsupc++/cxxabi.h(recursive_init_error): Move declaration here.
+       * libsupc++/guard.cc: From here.
+       * libsupc++/nested_exception.h: Add markup.
+
+2009-11-09  Johannes Singler  <singler@kit.edu>
+
+       * include/parallel/multiway_merge.h (multiway_merge_*,
+       __sequential_multiway_merge, parallel_multiway_merge): Replace
+       int by appropriate difference_type (typedef to _SeqNumber) or
+       _ThreadIndex.
+       * include/parallel/multiseq_selection.h (multiseq_partition,
+       multiseq_selection): Replace int by appropriate difference_type
+       (typedef to _SeqNumber)
+       * include/parallel/base.h (__get_max_threads): Replace int by
+       _ThreadIndex.
+       * include/parallel/balanced_quicksort.h
+       (__qsb_local_sort_with_helping, __parallel_sort_qsb): Likewise.
+       * include/parallel/set_operations.h (__parallel_set_operation):
+       Likewise.
+       * include/parallel/unique_copy.h (__parallel_unique_copy): Likewise.
+       * include/parallel/multiway_mergesort.h (_SplitConsistently,
+       parallel_sort_mwms_pu, parallel_sort_mwms): Likewise.
+       * include/parallel/partial_sum.h (__parallel_partial_sum_linear):
+       Likewise.
+       * include/parallel/partition.h (__parallel_partition): Replace int
+       by appropriate difference_type or _ThreadIndex.
+
+2009-11-08  Jason Merrill  <jason@redhat.com>
+
+       * include/ext/sso_string_base.h (_M_mutate): Remove extra 'const'.
+
+2009-11-06  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * doc/doxygen/user.cfg.in: Adjust includes.
+
+       * doc/doxygen/doxygroups.cc: Move group markup.
+       * include/tr1_impl/regex: Change " to '. Add group markup.
+       * include/std/utility: Same.
+       * include/std/type_traits: Same.
+       * include/std/streambuf: Same.
+       * include/std/iosfwd: Same.
+       * include/std/limits: Same.
+       * include/std/sstream: Same.
+       * include/profile/impl/profiler_state.h: Same.
+       * include/profile/impl/profiler_hashtable_size.h: Same.
+       * include/bits/stl_algobase.h: Same.
+       * include/bits/stl_iterator_base_types.h: Same.
+       * include/bits/stream_iterator.h: Same.
+       * include/bits/stl_iterator.h: Same.
+       * include/bits/stl_tempbuf.h: Same.
+       * include/bits/streambuf_iterator.h: Same.
+       * libsupc++/exception: Same.
+       * libsupc++/cxxabi.h: Same.
+       * include/tr1_impl/type_traits: Same.
+
+       * include/parallel/multiway_merge.h: Change @__c to @c, @__f to @f.
+       * include/parallel/list_partition.h: Same.
+       * include/parallel/for_each.h: Same.
+       * include/parallel/workstealing.h: Same.
+       * include/parallel/base.h: Same.
+       * include/parallel/equally_split.h: Same.
+       * include/parallel/random_shuffle.h: Same.
+       * include/parallel/balanced_quicksort.h: Same.
+       * include/parallel/merge.h: Same.
+       * include/parallel/multiway_mergesort.h: Same.
+       * include/parallel/compatibility.h: Same.
+       * include/parallel/queue.h: Same.
+       * include/parallel/checkers.h: Same.
+       * include/parallel/random_number.h: Same.
+
+
+       * include/c_global/csignal: Change # to \#.
+       * include/c_global/cstdlib: Same.
+       * include/c_global/cstdio: Same.
+       * include/c_global/cstdarg: Same.
+       * include/c_global/cctype: Same.
+       * include/c_global/cerrno: Same.
+       * include/c_global/cstdatomic: Same.
+       * include/c_global/cmath: Same.
+       * include/c_global/ciso646: Same.
+       * include/c_global/ctime: Same.
+       * include/c_global/clocale: Same.
+       * include/c_global/climits: Same.
+       * include/c_global/cassert: Same.
+       * include/c_global/csetjmp: Same.
+       * include/c_global/cwchar: Same.
+       * include/c_global/cfloat: Same.
+       * include/c_global/cstring: Same.
+       * include/c_global/cstddef: Same.
+       * include/c_global/cwctype: Same.
+
+       * include/std/memory: Only dance around boost_sp_counted_base.h.
+       * include/tr1_impl/boost_sp_counted_base.h: Add markup.
+       * include/tr1/shared_ptr.h: Strip markup.
+       * include/bits/shared_ptr.h: Move base types...
+       * include/bits/shared_ptr_base.h: ...here.
+       * include/Makefile.am: Add.
+       * include/Makefile.in: Regenerate.
+       * configure: Same.
+       * testsuite/20_util/make_signed/requirements/typedefs_neg.cc:
+       Adjust line numbers.
+       * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Same.
+
+2009-11-06  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * include/parallel/multiway_merge.h: Simple formatting and
+       uglification fixes.
+       * include/parallel/find_selectors.h: Likewise.
+       * include/parallel/losertree.h: Likewise.
+       * include/parallel/list_partition.h: Likewise.
+       * include/parallel/for_each.h: Likewise.
+       * include/parallel/multiseq_selection.h: Likewise.
+       * include/parallel/workstealing.h: Likewise.
+       * include/parallel/par_loop.h: Likewise.
+       * include/parallel/numeric: Likewise.
+       * include/parallel/quicksort.h: Likewise.
+       * include/parallel/equally_split.h: Likewise.
+       * include/parallel/omp_loop_static.h: Likewise.
+       * include/parallel/random_shuffle.h: Likewise.
+       * include/parallel/balanced_quicksort.h: Likewise.
+       * include/parallel/tags.h: Likewise.
+       * include/parallel/set_operations.h: Likewise.
+       * include/parallel/merge.h: Likewise.
+       * include/parallel/unique_copy.h: Likewise.
+       * include/parallel/multiway_mergesort.h: Likewise.
+       * include/parallel/search.h: Likewise.
+       * include/parallel/partition.h: Likewise.
+       * include/parallel/partial_sum.h: Likewise.
+       * include/parallel/find.h: Likewise.
+       * include/parallel/queue.h: Likewise.
+       * include/parallel/omp_loop.h: Likewise.
+       * include/parallel/checkers.h: Likewise.
+       * include/parallel/sort.h: Likewise.
+
+2009-11-06  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       PR libstdc++/41949
+       * include/std/ostream: Adjust link.
+
+2009-11-05  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * include/parallel/multiway_merge.h: Simple formatting and
+       uglification fixes.
+       * include/parallel/losertree.h: Likewise.
+       * include/parallel/base.h: Likewise.
+       * include/parallel/par_loop.h: Likewise.
+       * include/parallel/omp_loop_static.h: Likewise.
+       * include/parallel/multiway_mergesort.h: Likewise.
+       * include/parallel/partial_sum.h: Likewise.
+       * include/parallel/omp_loop.h: Likewise.
+
+2009-11-04  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * testsuite/25_algorithms/fill/5.cc: Move...
+       * testsuite/25_algorithms/fill_n/1.cc: ...here.
+
 2009-11-04  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * include/parallel/multiway_merge.h: Simple formatting and
 2009-10-28  Johannes Singler  <singler@kit.edu>
 
        PR libstdc++/40852
-       * include/parallel/multiseq_selection.h 
-       (multiseq_partition, multiseq_selection):  Avoid intermediate 
+       * include/parallel/multiseq_selection.h
+       (multiseq_partition, multiseq_selection):  Avoid intermediate
        values exceeding the integer type range for very large inputs.
 
 2009-10-26  Paolo Carlini  <paolo.carlini@oracle.com>
        Update link to bogus site with reference to unix.org.
        * doc/xml/manual/ctype.xml: Ditto.
        * doc/xml/manual/locale.xml: Ditto.
-                                             
+
 2009-10-09  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * include/parallel/numeric (__adjacent_difference_switch): Fix typo.