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 95fbb117da1 PR libstdc++/79162 Fix std::string regression due to LWG 2946 new 169b21f3487 PR libstdc++/79162 Fix std::string regression due to LWG 29 [...] new bb66276b134 Fix libstdc++ testsuite failures with -D_GLIBCXX_USE_CXX11_ABI=0
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: libstdc++-v3/ChangeLog | 28 +++++++++++++++++++ libstdc++-v3/include/bits/basic_string.h | 1 + .../testsuite/27_io/basic_ios/copyfmt/char/1.cc | 26 ++++++++++-------- .../testsuite/27_io/basic_ios/exceptions/char/1.cc | 18 +++++++----- .../char/exceptions_failbit.cc | 18 +++++++----- .../wchar_t/exceptions_failbit.cc | 18 +++++++----- .../extractors_other/char/exceptions_null.cc | 12 +++++--- .../extractors_other/wchar_t/exceptions_null.cc | 12 +++++--- .../27_io/basic_istream/sentry/char/12297.cc | 17 +++++++----- .../27_io/basic_istream/sentry/wchar_t/12297.cc | 16 +++++++---- .../inserters_other/char/exceptions_null.cc | 14 ++++++---- .../inserters_other/wchar_t/exceptions_null.cc | 14 ++++++---- libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc | 32 ++++++++++++---------- 13 files changed, 149 insertions(+), 77 deletions(-)