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 bde91c72cb2 Fix PR target/102588 new be3fbe79244 libstdc++: Fix std::match_results::end() for failed matches [...] new 8bff057048e libstdc++: Add test for std::cmp_greater new eed9ecc5954 libstdc++: Add missing header to test new 1a27df25a71 libstdc++: Add missing constraint to std::span deduction gu [...] new 533bcd40fc4 libstdc++: Rename tests with incorrect extension new 154316697db libstdc++: Fix inefficiency in filesystem::absolute [PR99876] new a2aa61a09b0 libstdc++: Remove non-deducible parameter for std::advance [...] new 49f0936bdcd libstdc++: std::system_category should know meaning of zero [...] new 58d2ce4d496 libstdc++: Add pretty printer for std::error_code and std:: [...] new 537434fd547 libstdc++: Install GDB pretty printers for debug library new 07e4cc8714b libstdc++: Ensure std::span and std::string_view are trivia [...] new 3dad6431f64 libstdc++: Move test that depends on wchar_t I/O to wchar_t [...] new 8794c2e9b2a libstdc++: Fix test that fails for C++20
The 13 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/fs_path.h | 2 +- libstdc++-v3/include/bits/regex.h | 4 +- libstdc++-v3/include/std/span | 2 +- libstdc++-v3/python/Makefile.am | 12 ++++- libstdc++-v3/python/Makefile.in | 8 ++- libstdc++-v3/python/libstdcxx/v6/printers.py | 43 ++++++++++++++- libstdc++-v3/src/c++11/system_error.cc | 3 ++ libstdc++-v3/src/c++17/fs_ops.cc | 7 --- .../19_diagnostics/error_category/102425.cc | 18 +++++++ .../20_util/integer_comparisons/greater.cc | 61 ++++++++++++++++++++++ .../tuple/comparison_operators/overloaded.cc | 7 ++- .../requirements/trivially_copyable.cc | 11 ++++ .../23_containers/span/trivially_copyable.cc | 13 +++++ .../testsuite/25_algorithms/is_permutation/2.cc | 1 + .../26_numerics/valarray/{dr630-3.C => dr630-3.cc} | 0 .../basic_filebuf/close/{ => wchar_t}/81256.cc | 0 .../basic_iostream/cons/{16251.C => 16251.cc} | 0 .../testsuite/28_regex/match_results/102667.C | 39 ++++++++++++++ .../testsuite/libstdc++-prettyprinters/cxx11.cc | 19 +++++++ 19 files changed, 235 insertions(+), 15 deletions(-) create mode 100644 libstdc++-v3/testsuite/19_diagnostics/error_category/102425.cc create mode 100644 libstdc++-v3/testsuite/20_util/integer_comparisons/greater.cc create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string_view/requirement [...] create mode 100644 libstdc++-v3/testsuite/23_containers/span/trivially_copyable.cc rename libstdc++-v3/testsuite/26_numerics/valarray/{dr630-3.C => dr630-3.cc} (100%) rename libstdc++-v3/testsuite/27_io/basic_filebuf/close/{ => wchar_t}/81256.cc (100%) rename libstdc++-v3/testsuite/27_io/basic_iostream/cons/{16251.C => 16251.cc} (100%) create mode 100644 libstdc++-v3/testsuite/28_regex/match_results/102667.C