This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cff710b PR libstdc++/79141 * include/bits/stl_pair.h (__nonesuch_no_b [...] new 6d12746 PR target/80246 * gcc.target/powerpc/dfp-builtin-1.c: Requi [...] new 323abb9 Implement P0426R1 "Constexpr for std::char_traits" for C++17 [...] new 4d96d94 Update C++17 library status table in manual new 8cc7830 Fix comments in libstdc++ header and test new 7b8430f Uncomment std::reference_wrapper tests that no longer fail
The 5 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: gcc/testsuite/ChangeLog | 10 ++ gcc/testsuite/gcc.target/powerpc/dfp-builtin-1.c | 10 +- gcc/testsuite/gcc.target/powerpc/dfp-builtin-2.c | 4 +- libstdc++-v3/ChangeLog | 22 +++++ .../doc/html/manual/source_organization.html | 9 +- libstdc++-v3/doc/html/manual/status.html | 24 ++++- .../doc/xml/manual/appendix_contributing.xml | 14 ++- libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 49 +++++++++- libstdc++-v3/include/bits/char_traits.h | 48 ++++----- libstdc++-v3/include/bits/ios_base.h | 4 +- .../testsuite/20_util/reference_wrapper/invoke.cc | 11 +-- .../requirements/constexpr_functions_c++17.cc | 107 +++++++++++++++++++++ libstdc++-v3/testsuite/util/testsuite_hooks.h | 4 +- 13 files changed, 269 insertions(+), 47 deletions(-) create mode 100644 libstdc++-v3/testsuite/21_strings/char_traits/requirements/cons [...]