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 48e0da239f6 Daily bump. new 5400112aa94 libstdc++: Fix pretty printing of std::unique_ptr [PR103086] new 865ad53c499 libstdc++: Add another testcase for std::unique_ptr printer [...] new 1794a68eb46 libstdc++: Fix std::allocator<void> for versioned namespace new fa5e1ca4fde libstdc++: Fix std::error_code pretty printer for versioned [...]
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/include/bits/alloc_traits.h | 104 +++++++++++++++++++++ libstdc++-v3/include/bits/allocator.h | 34 +++---- libstdc++-v3/include/ext/extptr_allocator.h | 5 + libstdc++-v3/python/libstdcxx/v6/printers.py | 73 ++++++++++----- libstdc++-v3/python/libstdcxx/v6/xmethods.py | 2 +- .../testsuite/libstdc++-prettyprinters/cxx11.cc | 11 +++ 6 files changed, 184 insertions(+), 45 deletions(-)