This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from 870fe355ef5 Daily bump. new 91747f76ad9 PR libstdc++/81338 correctly manage string capacity new 85b7d80cf10 PR libstdc++/81599 fix typo in Doxygen comments new 8db8c27276a PR libstdc++/81891 fix double-free in hashtable constructor new 7e7e5247c50 PR c++/82039 suppress -Wzero-as-null-pointer-constant warning
The 4 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 | 37 ++++++++++++++++ libstdc++-v3/include/bits/basic_string.h | 5 ++- libstdc++-v3/include/bits/hashtable.h | 13 +----- libstdc++-v3/include/bits/sstream.tcc | 19 ++++++++ libstdc++-v3/include/bits/stl_stack.h | 2 +- libstdc++-v3/include/ext/new_allocator.h | 4 +- libstdc++-v3/include/std/sstream | 21 +++++++-- .../unordered_map/cons/81891.cc} | 50 +++++++++++++--------- .../basic_stringstream/assign/81338.cc} | 17 ++++---- 9 files changed, 120 insertions(+), 48 deletions(-) copy libstdc++-v3/testsuite/{22_locale/codecvt/codecvt_utf8_utf16/79511.cc => 23_c [...] copy libstdc++-v3/testsuite/{22_locale/conversions/buffer/2.cc => 27_io/basic_stri [...]