This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5f03600 PR target/77587 * cgraph.c (cgraph_node::rtl_info): Pass &a [...] new 8c77b93 libstdc++/77645 Fix xmethods for std::list new bd4dc25 Improve pretty printer for std::variant new 979ff17 Fix lra_p text new 81a2c7b Make libstdc++ tests FAIL on Python errors
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: gcc/ChangeLog | 5 ++ gcc/doc/tm.texi | 2 +- gcc/target.def | 2 +- libstdc++-v3/ChangeLog | 19 +++++ libstdc++-v3/python/libstdcxx/v6/printers.py | 32 +++++--- libstdc++-v3/python/libstdcxx/v6/xmethods.py | 19 +++-- libstdc++-v3/testsuite/lib/gdb-test.exp | 6 ++ .../testsuite/libstdc++-prettyprinters/cxx17.cc | 91 ++++++++++++++++++++++ 8 files changed, 157 insertions(+), 19 deletions(-) create mode 100644 libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx17.cc