OSDN Git Service

da43715a956e4ea97d463d1546d4654f3cc95838
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
1 2012-01-09  Kai Tietz  <ktietz@redhat.com>
2
3         PR libstc++/51673 part 2
4         * config/abi/pre/gnu-versioned-namespace.ver: Adjusted new/delete
5         operators signature for LLP64 size_t, and adjusted signatures for
6         mt-allocator using size_t.
7
8 2012-01-09  Benjamin Kosnik  <bkoz@redhat.com>
9
10         PR libstc++/51673 part 1
11         * config/abi/pre/gnu-versioned-namespace.ver: Sync cxxabi symbols
12         with gnu.ver.
13
14 2012-01-09  Benjamin Kosnik  <bkoz@redhat.com>
15
16         * fragment.am (WARN_CXXFLAGS): Add -Wabi.
17         * Makefile.in: Regenerate.
18         * doc/Makefile.in: Same.
19         * include/Makefile.in: Same.
20         * libsupc++/Makefile.in: Same.
21         * src/Makefile.in: Same.
22         * testsuite/Makefile.in: Same.
23         * po/Makefile.in: Same.
24         * python/Makefile.in: Same.
25
26 2012-01-08  Jonathan Wakely  <jwakely.gcc@gmail.com>
27
28         * python/libstdcxx/v6/printers.py (StdForwardListPrinter): Add.
29         * testsuite/libstdc++-prettyprinters/cxx11.cc: New.
30
31 2012-01-06  Jason Merrill  <jason@redhat.com>
32
33         * testsuite/abi/demangle/regression/cw-16.cc (main): Adjust
34         expected demangling.
35
36 2012-01-06  Jonathan Wakely  <jwakely.gcc@gmail.com>
37
38         PR libstdc++/51504
39         * doc/xml/manual/debug.xml: Suggest using symbol interposition
40         to override symbols using annotation macros.
41
42 2012-01-05  François Dumont  <fdumont@gcc.gnu.org>
43
44         * include/bits/hashtable_policy.h (_Hashtable_base<>::_M_eq()):
45         protected rather than private, use it...
46         * include/bits/hashtable.h (_Hashtable<>::key_eq()): ... here.
47         * testsuite/23_containers/unordered_set/observers.cc: New.
48         * testsuite/23_containers/unordered_multiset/observers.cc: New.
49         * testsuite/23_containers/unordered_map/observers.cc: New.
50         * testsuite/23_containers/unordered_multimap/observers.cc: New.
51
52 2012-01-03  François Dumont  <fdumont@gcc.gnu.org>
53
54         * include/bits/hashtable_policy.h (_Ebo_helper<>): Rename to the more
55         specific _Hashtable_ebo_helper. Hide this implementation detail thanks
56         to private inheritance.
57
58 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
59
60         PR c++/51738
61         * testsuite/23_containers/map/element_access/39901.cc: New.