This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8 in repository gcc.
from 1136c431aa7 libstdc++: Fix misnamed configure option in manual new c0886185f60 libstdc++: Fix unique_ptr pretty printer for empty classes new 87d89815281 libstdc++: Fix compatibility support in unique_ptr pretty printer new 2204b4121fa libstdc++: Fix std::any pretty printer [PR 68735] new 6d1d6f7a4f3 libstdc++: Fix filesystem::path pretty printer test failure
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/python/libstdcxx/v6/printers.py | 60 ++++++++--- .../testsuite/libstdc++-prettyprinters/compat.cc | 118 +++++++++++++++++++++ .../testsuite/libstdc++-prettyprinters/cxx11.cc | 20 ++++ .../filesystem-ts.cc} | 42 +++----- 4 files changed, 201 insertions(+), 39 deletions(-) create mode 100644 libstdc++-v3/testsuite/libstdc++-prettyprinters/compat.cc copy libstdc++-v3/testsuite/{experimental/filesystem/iterators/97731.cc => libstdc [...]