This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 84b3d60d4f5 libstdc++: Fix doxygen comment for std::any_of new 34b80171b2f libstdc++: Add C++11 member functions for ios::failure in old ABI new a8f4ed53b3b libstdc++: Enable tests that incorrectly require cxx11-abi new a109beccd84 libstdc++: Implement LWG 3706 for COW strings
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/include/bits/basic_string.h | 12 ++++++++- libstdc++-v3/include/bits/basic_string.tcc | 8 ------ libstdc++-v3/include/bits/ios_base.h | 18 +++++++++++++ .../basic_string/allocator/char/minimal.cc | 8 +++--- .../basic_string/allocator/wchar_t/minimal.cc | 8 +++--- .../21_strings/basic_string/cons/char/deduction.cc | 1 - .../basic_string/cons/wchar_t/deduction.cc | 1 - .../testsuite/27_io/basic_fstream/cons/base.cc | 1 - .../testsuite/27_io/ios_base/failure/cxx11.cc | 3 ++- .../ios_base/failure/error_code.cc} | 31 ++++++++++++---------- 10 files changed, 54 insertions(+), 37 deletions(-) copy libstdc++-v3/testsuite/{25_algorithms/fill/94013.cc => 27_io/ios_base/failure [...]