This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 5764921249a Add support for 32-bit hppa targets in muldi3 expander new 081f08b80db libstdc++: Fix std::match_results::end() for failed matches [...] new e4f3b1e502a libstdc++: Clear up directories created by tests new 6732e0e93d7 libstdc++: Install GDB pretty printers for debug library new 780aba4a149 libstdc++: Add pretty printer for std::error_code and std:: [...] new b90b39a3315 libstdc++: std::system_category should know meaning of zero [...] new 2229841816d libstdc++: Remove non-deducible parameter for std::advance [...] new b1d8d3a209f libstdc++: Rename tests with incorrect extension
The 7 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/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 ++ .../19_diagnostics/error_category/102425.cc | 18 +++++++++ .../26_numerics/valarray/{dr630-3.C => dr630-3.cc} | 0 .../basic_iostream/cons/{16251.C => 16251.cc} | 0 .../27_io/filesystem/operations/remove_all.cc | 2 + .../testsuite/28_regex/match_results/102667.C | 39 ++++++++++++++++++++ .../filesystem/operations/remove_all.cc | 2 + .../testsuite/libstdc++-prettyprinters/cxx11.cc | 19 ++++++++++ 13 files changed, 146 insertions(+), 6 deletions(-) create mode 100644 libstdc++-v3/testsuite/19_diagnostics/error_category/102425.cc rename libstdc++-v3/testsuite/26_numerics/valarray/{dr630-3.C => dr630-3.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