This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5a43070 2016-07-22 Evgeny Stupachenko evstupac@gmail.com new 8ac6962 Move allocator in std::string and RB tree move constructors new 60ed5c8 gcc/ChangeLog:
The 2 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: gcc/ChangeLog | 22 +++++++ gcc/config/rs6000/rs6000.c | 22 ++++++- gcc/config/rs6000/rs6000.h | 3 +- gcc/config/rs6000/rs6000.opt | 8 +-- gcc/doc/extend.texi | 21 +++--- gcc/doc/invoke.texi | 44 ++----------- gcc/doc/md.texi | 4 +- libstdc++-v3/ChangeLog | 7 ++ libstdc++-v3/include/bits/basic_string.h | 8 +++ libstdc++-v3/include/bits/stl_tree.h | 3 +- .../21_strings/basic_string/allocator/71964.cc | 74 ++++++++++++++++++++++ .../testsuite/23_containers/set/allocator/71964.cc | 71 +++++++++++++++++++++ 12 files changed, 224 insertions(+), 63 deletions(-) create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/allocator/71964.cc create mode 100644 libstdc++-v3/testsuite/23_containers/set/allocator/71964.cc