This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from 38dfb9947bd Daily bump. new 8aff7dfaef7 Fix missing returns in libstdc++ header and tests new 85689f73bd8 PR libstdc++/81092 add std::wstring symbols and bump librar [...] new 4e338791cac Backport libstdc++ doc improvements from mainline
The 3 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/acinclude.m4 | 2 +- .../abi/post/i386-linux-gnu/baseline_symbols.txt | 3 ++ .../post/x86_64-linux-gnu/32/baseline_symbols.txt | 3 ++ libstdc++-v3/config/abi/pre/gnu.ver | 8 +++++ libstdc++-v3/doc/html/manual/abi.html | 4 +-- libstdc++-v3/doc/html/manual/memory.html | 10 +++--- .../doc/html/manual/mt_allocator_impl.html | 2 +- .../doc/html/manual/source_code_style.html | 2 +- .../doc/html/manual/source_organization.html | 4 ++- libstdc++-v3/doc/html/manual/test.html | 4 +-- libstdc++-v3/doc/xml/manual/abi.xml | 2 ++ libstdc++-v3/doc/xml/manual/allocator.xml | 10 +++--- .../doc/xml/manual/appendix_contributing.xml | 6 ++-- libstdc++-v3/doc/xml/manual/mt_allocator.xml | 2 +- libstdc++-v3/doc/xml/manual/test.xml | 4 +-- libstdc++-v3/include/bits/locale_conv.h | 1 + .../21_strings/basic_string/cons/char/8.cc | 17 +++++++++- .../21_strings/basic_string/cons/wchar_t/8.cc | 17 +++++++++- .../basic_string_view/operations/copy/char/1.cc | 2 +- .../basic_string_view/operations/copy/wchar_t/1.cc | 2 +- .../map/modifiers/insert_or_assign/1.cc | 2 ++ .../unordered_map/modifiers/insert_or_assign.cc | 2 ++ .../basic_istream/extractors_arithmetic/char/12.cc | 2 +- libstdc++-v3/testsuite/util/testsuite_abi.cc | 3 +- 25 files changed, 122 insertions(+), 29 deletions(-)