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 390ecc23210 Daily bump. new 403feb626fe libstdc++: Remove accidental -std=gnu++17 from test new b1dba8a228e libstdc++: improve how pretty printers find node types (PR 91997) new af0dd3ec611 libstdc++: Fix pretty printers script and tests new 94a665fcc68 libstdc++: Fix unique_ptr pretty printer for empty classes new 01f53867189 libstdc++: Fix compatibility support in unique_ptr pretty printer new 3613228af82 libstdc++: Fix std::any pretty printer [PR 68735] new 78ba8511aca libstdc++: Only use __builtin_sprintf if supported [PR 96083]
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/ext/throw_allocator.h | 21 +++ libstdc++-v3/python/libstdcxx/v6/printers.py | 183 +++++++++++++++------ .../filesystem/filesystem_error/cons.cc | 2 +- .../testsuite/libstdc++-prettyprinters/59161.cc | 2 - .../testsuite/libstdc++-prettyprinters/80276.cc | 3 + .../testsuite/libstdc++-prettyprinters/91997.cc | 53 ++++++ .../testsuite/libstdc++-prettyprinters/compat.cc | 28 +++- .../testsuite/libstdc++-prettyprinters/cxx11.cc | 20 +++ 8 files changed, 258 insertions(+), 54 deletions(-) create mode 100644 libstdc++-v3/testsuite/libstdc++-prettyprinters/91997.cc