re PR libstdc++/59738 (r206444 caused FAIL: 23_containers/vector/52591.cc)
[gcc.git] / libstdc++-v3 / ChangeLog
1 2014-01-09 Jonathan Wakely <jwakely@redhat.com>
2
3 PR libstdc++/59738
4 * include/bits/stl_vector.h (vector<>::_M_move_assign): Restore
5 support for non-Movable types.
6
7 2014-01-08 François Dumont <fdumont@gcc.gnu.org>
8
9 * include/bits/stl_vector.h (std::vector<>::_M_move_assign): Pass
10 *this allocator instance when building temporary vector instance
11 so that *this allocator does not get moved.
12 * include/debug/safe_base.h
13 (_Safe_sequence_base(_Safe_sequence_base&&)): New.
14 * include/debug/vector (__gnu_debug::vector<>(vector&&)): Use new
15 move constructor from _Safe_sequence_base.
16 (__gnu_debug::vector<>(vector&&, const allocator_type&)): Swap
17 safe iterators if the instance is moved.
18 (__gnu_debug::vector<>::operator=(vector&&)): Likewise.
19 * testsuite/23_containers/vector/allocator/move.cc (test01): Add
20 check on a vector iterator.
21 * testsuite/23_containers/vector/allocator/move_assign.cc
22 (test02): Likewise.
23 (test03): New, test with a non-propagating allocator.
24 * testsuite/23_containers/vector/debug/move_assign_neg.cc: New.
25
26 2014-01-07 Tim Shen <timshen91@gmail.com>
27
28 * include/bits/regex_compiler.h (_AnyMatcher<>::_AnyMatcher(),
29 _AnyMatcher<>::operator(), _AnyMatcher<>::_M_apply(),
30 _CharMatcher<>::_CharMatcher(), _CharMatcher<>::_M_translate(),
31 _BracketMatcher<>::_BracketMatcher(), _BracketMatcher<>::operator(),
32 _BracketMatcher<>::_M_add_char(),
33 _BracketMatcher<>::_M_add_collating_element(),
34 _BracketMatcher<>::_M_add_equivalence_class(),
35 _BracketMatcher<>::_M_add_character_class(),
36 _BracketMatcher<>::_M_make_range(), _BracketMatcher<>::_M_ready(),
37 _BracketMatcher<>::_M_apply(), _BracketMatcher<>::_M_make_cache()):
38 Fix _AnyMatcher behavior of POSIX style and move _M_flags
39 to template parameter; Add cache for _BracketMatcher. Adjust
40 declarations from here...
41 * include/bits/regex.h (basic_regex<>::imbue()): ...to here. Also,
42 imbuing a regex will trigger a recompilation to rebuild the cache.
43 * include/bits/regex_compiler.tcc (_Compiler<>::_M_atom(),
44 _Compiler<>::_M_bracket_expression()): Adjust matchers' caller for
45 different template bool parameters.
46 * include/bits/regex_executor.h: Remove unnecessary declarations.
47 * include/std/regex: Adjust including orders.
48 * testsuite/28_regex/traits/char/user_defined.cc: New.
49 * testsuite/28_regex/traits/wchar_t/user_defined.cc: New.
50
51 2014-01-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
52
53 * config/abi/post/solaris2.9/baseline_symbols.txt: Regenerate.
54 * config/abi/post/solaris2.9/sparcv9/baseline_symbols.txt: Likewise.
55 * config/abi/post/solaris2.10/baseline_symbols.txt: Likewise.
56 * config/abi/post/solaris2.10/amd64/baseline_symbols.txt: Likewise.
57 * config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt: Likewise.
58
59 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
60
61 Update copyright years
62
63 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
64
65 * testsuite/18_support/new_handler.cc,
66 testsuite/18_support/terminate_handler.cc,
67 testsuite/18_support/unexpected_handler.cc: Use the standard form for
68 the copyright notice.
69 \f
70 Copyright (C) 2013-2014 Free Software Foundation, Inc.
71
72 Copying and distribution of this file, with or without modification,
73 are permitted in any medium without royalty provided the copyright
74 notice and this notice are preserved.