This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch in repository gcc.
from b98bdd9 Daily bump. new c6fd949 Improve comments on check_v3_target_filesystem_ts new 3d4c2d8 Change libstdc++ manual to refer to release not trunk new 2ade659 Fix construction of std::function from null pointer-to-member new 0a316f3 Fix std::wstring allocator tests new aecdbd3 Move allocator in RB tree move constructors new f631126 Use correct value category in std::function constraint
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/ChangeLog | 51 ++++++++++++++++ libstdc++-v3/doc/html/manual/status.html | 6 +- libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 3 +- libstdc++-v3/doc/xml/manual/status_cxx2014.xml | 3 +- libstdc++-v3/include/bits/stl_tree.h | 3 +- libstdc++-v3/include/std/functional | 10 +-- .../testsuite/20_util/function/cons/57465.cc | 24 ++++++-- .../20_util/function/{69222.cc => cons/refqual.cc} | 15 ++--- .../basic_string/allocator/wchar_t/copy.cc | 6 +- .../basic_string/allocator/wchar_t/copy_assign.cc | 6 +- .../basic_string/allocator/wchar_t/minimal.cc | 2 +- .../basic_string/allocator/wchar_t/move.cc | 6 +- .../basic_string/allocator/wchar_t/move_assign.cc | 6 +- .../basic_string/allocator/wchar_t/noexcept.cc | 6 +- .../basic_string/allocator/wchar_t/swap.cc | 6 +- .../testsuite/23_containers/set/allocator/71964.cc | 71 ++++++++++++++++++++++ libstdc++-v3/testsuite/lib/libstdc++.exp | 4 +- 17 files changed, 183 insertions(+), 45 deletions(-) copy libstdc++-v3/testsuite/20_util/function/{69222.cc => cons/refqual.cc} (85%) create mode 100644 libstdc++-v3/testsuite/23_containers/set/allocator/71964.cc