This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from 5de32f4 Backported from mainline 2017-02-10 Jakub Jelinek <jakub@ [...] new 3f55c60 Add GDB XMethods for shared_ptr and unique_ptr<T[]> new 15d5900 Tweak formatting and docs for pretty printers new 0ae491c PR59161 make pretty printers always return strings new d67d684 PR59170 make pretty printers check for singular iterators
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/ChangeLog | 53 ++++++++ libstdc++-v3/python/libstdcxx/v6/printers.py | 45 +++++-- libstdc++-v3/python/libstdcxx/v6/xmethods.py | 145 ++++++++++++++++++++- .../testsuite/libstdc++-prettyprinters/59161.cc | 70 ++++++++++ .../testsuite/libstdc++-prettyprinters/simple.cc | 27 ++++ .../testsuite/libstdc++-prettyprinters/simple11.cc | 27 ++++ .../{unique_ptr.cc => shared_ptr.cc} | 14 +- .../testsuite/libstdc++-xmethods/unique_ptr.cc | 19 ++- 8 files changed, 370 insertions(+), 30 deletions(-) create mode 100644 libstdc++-v3/testsuite/libstdc++-prettyprinters/59161.cc copy libstdc++-v3/testsuite/libstdc++-xmethods/{unique_ptr.cc => shared_ptr.cc} (83%)