This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e73288d PR c++/80150 - ICE with overloaded variadic deduction. new b5492af Implement P0607R0 "Inline Variables for Standard Library" for C++17 new 5f653de Implement LWG 2686, std::hash<error_condition>, for C++17 new 9aff073 Fix broken links in manual and remove outdated info new 8403bd2 Fix Debug Mode test failures
The 4 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 | 60 ++++++++ libstdc++-v3/doc/html/faq.html | 19 +-- libstdc++-v3/doc/html/index.html | 2 +- libstdc++-v3/doc/html/manual/appendix.html | 2 +- .../doc/html/manual/appendix_contributing.html | 6 +- libstdc++-v3/doc/html/manual/appendix_porting.html | 2 +- libstdc++-v3/doc/html/manual/backwards.html | 72 +--------- libstdc++-v3/doc/html/manual/index.html | 2 +- libstdc++-v3/doc/html/manual/status.html | 12 +- libstdc++-v3/doc/html/manual/streambufs.html | 7 +- .../doc/html/manual/using_concurrency.html | 2 +- libstdc++-v3/doc/xml/faq.xml | 3 +- .../doc/xml/manual/backwards_compatibility.xml | 75 +--------- libstdc++-v3/doc/xml/manual/io.xml | 7 +- libstdc++-v3/doc/xml/manual/using.xml | 2 +- libstdc++-v3/include/bits/c++config | 8 ++ libstdc++-v3/include/bits/regex_constants.h | 50 +++---- libstdc++-v3/include/bits/std_mutex.h | 6 +- libstdc++-v3/include/bits/stl_pair.h | 3 +- libstdc++-v3/include/bits/uses_allocator.h | 11 +- libstdc++-v3/include/std/chrono | 2 +- libstdc++-v3/include/std/functional | 4 +- libstdc++-v3/include/std/optional | 2 +- libstdc++-v3/include/std/ratio | 13 +- libstdc++-v3/include/std/system_error | 27 +++- libstdc++-v3/include/std/tuple | 12 +- libstdc++-v3/include/std/type_traits | 153 +++++++++++---------- libstdc++-v3/include/std/variant | 12 +- .../testsuite/18_support/headers/new/synopsis.cc | 6 +- .../testsuite/20_util/hash/operators/size_t.cc | 3 + .../hash/requirements/explicit_instantiation.cc | 3 + .../20_util/ratio/operations/ops_overflow_neg.cc | 2 +- .../20_util/scoped_allocator/69293_neg.cc | 2 +- .../20_util/tuple/creation_functions/constexpr.cc | 20 +++ .../tuple/creation_functions/constexpr_cpp14.cc} | 19 +-- .../testsuite/20_util/uses_allocator/69293_neg.cc | 2 +- .../testsuite/20_util/uses_allocator/cons_neg.cc | 2 +- .../tuple_interface/tuple_element_debug_neg.cc | 2 +- .../23_containers/list/operations/78389.cc | 2 +- .../23_containers/priority_queue/67085.cc | 1 + .../regression/priority_queue_binary_heap-62045.cc | 2 +- 41 files changed, 321 insertions(+), 321 deletions(-) copy libstdc++-v3/testsuite/{21_strings/basic_string/cons/char/79162.cc => 20_util [...]