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 5335e55ae0f PR59170 make pretty printers check for singular iterators new 646c0f3a783 libstdc++/78236 fix past-the-end std::regex_iterator new 8b4826bd8a8 PR 71444 define more error constants for mingw-w64 new 8a36b9648c4 PR69699 document why __GLIBCXX__ macro is useless new 52d84322fe0 PR libstdc++/67440 make pretty printers work with GDB 7.6 again new 4b618294346 Fix comments in libstdc++ header and test new 735ee7612f3 Uncomment std::reference_wrapper tests that no longer fail new 1cf2484700f PR libstdc++/80448 remove noexcept from defaulted functions new 62732f54ad1 PR libstdc++/80504 qualify calls to avoid ADL new 48800d292f4 Skip C tests if test flags include C++ options new 0c3199ddb01 Replace c++11 effective-target with dg-options directive
The 10 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 | 94 +++++++++++++++++++ .../config/os/mingw32-w64/error_constants.h | 101 +++++++++++++-------- libstdc++-v3/doc/html/manual/abi.html | 38 ++++++-- libstdc++-v3/doc/xml/manual/abi.xml | 72 +++++++-------- libstdc++-v3/include/bits/ios_base.h | 4 +- libstdc++-v3/include/bits/regex.h | 2 +- libstdc++-v3/include/bits/regex.tcc | 17 ++-- libstdc++-v3/include/experimental/fs_dir.h | 7 +- libstdc++-v3/include/std/functional | 8 +- libstdc++-v3/python/libstdcxx/v6/printers.py | 5 +- .../18_support/bad_exception/23591_thread-1.c | 1 + .../headers/system_error/errc_std_c++0x.cc | 2 + .../reference_wrapper/80504.cc} | 16 ++-- .../testsuite/20_util/reference_wrapper/invoke.cc | 11 +-- .../22_locale/codecvt/codecvt_utf16/79980.cc | 2 +- .../22_locale/codecvt/codecvt_utf16/80041.cc | 2 +- .../22_locale/codecvt/codecvt_utf16/members.cc | 2 +- .../22_locale/codecvt/codecvt_utf16/misaligned.cc | 2 +- .../22_locale/codecvt/codecvt_utf8/79980.cc | 2 +- .../22_locale/codecvt/codecvt_utf8/members.cc | 2 +- .../22_locale/codecvt/codecvt_utf8_utf16/79511.cc | 2 +- .../codecvt/codecvt_utf8_utf16/members.cc | 2 +- libstdc++-v3/testsuite/28_regex/regression.cc | 22 +++++ libstdc++-v3/testsuite/abi/header_cxxabi.c | 1 + libstdc++-v3/testsuite/util/testsuite_hooks.h | 6 +- 25 files changed, 288 insertions(+), 135 deletions(-) copy libstdc++-v3/testsuite/{23_containers/list/operations/80034.cc => 20_util/ref [...]