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 e6b4f66d9fc Daily bump. new b528caf63bf PR libstdc++/81338 correctly manage string capacity new fe0f5ec9baa PR libstdc++/81599 fix typo in Doxygen comments new 0ec6c270fc2 PR libstdc++/81891 fix double-free in hashtable constructor new 0b97f44e375 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 +++++++++++++--------- .../bool.cc => basic_stringstream/assign/81338.cc} | 15 ++++--- 9 files changed, 119 insertions(+), 47 deletions(-) copy libstdc++-v3/testsuite/{22_locale/codecvt/codecvt_utf8_utf16/79511.cc => 23_c [...] copy libstdc++-v3/testsuite/27_io/{basic_ios/conv/bool.cc => basic_stringstream/as [...]