This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch in repository gcc.
from abb48e6a8e7 Daily bump. new f1c48c5a01a Enable printers and xmethods for std::__cxx11::list new 9ddcd6f72b7 PR59161 make pretty printers always return strings new 5335e55ae0f PR59170 make pretty printers check for singular iterators
The 3 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 | 33 +++++++++++ libstdc++-v3/python/libstdcxx/v6/printers.py | 23 ++++++-- libstdc++-v3/python/libstdcxx/v6/xmethods.py | 2 +- .../testsuite/libstdc++-prettyprinters/59161.cc | 69 ++++++++++++++++++++++ .../testsuite/libstdc++-prettyprinters/simple.cc | 28 +++++++++ .../testsuite/libstdc++-prettyprinters/simple11.cc | 28 +++++++++ libstdc++-v3/testsuite/libstdc++-xmethods/list.cc | 3 - 7 files changed, 176 insertions(+), 10 deletions(-) create mode 100644 libstdc++-v3/testsuite/libstdc++-prettyprinters/59161.cc