This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 9ccf471f8cc Fortran: Allow external function from in an associate block [...] new 2a9e6f58c4d libstdc++: Add const to hash<coroutine_handle<P>>::operator [...] new 03f74599271 libstdc++: Remove template-head from std::expected<void> ct [...] new 07246eee239 libstdc++: Fix GDB Xmethod for std::shared_ptr::use_count() [...] new abd85fa1504 libstdc++: Remove useless gdb printer registrations new 0a6e26e7979 libstdc++: Fix gdb pretty printers when dealing with std::string new 0970eafdc61 libstdc++: Fix gdb FilteringTypePrinter
The 6 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/std/coroutine | 2 +- libstdc++-v3/include/std/expected | 9 +-- libstdc++-v3/python/libstdcxx/v6/printers.py | 92 ++++++++++++++-------- libstdc++-v3/python/libstdcxx/v6/xmethods.py | 5 +- .../testsuite/18_support/coroutines/hash.cc | 23 ++++++ .../testsuite/libstdc++-prettyprinters/80276.cc | 5 +- .../testsuite/libstdc++-prettyprinters/cxx17.cc | 3 - .../libstdc++-prettyprinters/libfundts.cc | 7 +- .../testsuite/libstdc++-prettyprinters/simple.cc | 5 +- .../testsuite/libstdc++-prettyprinters/simple11.cc | 5 +- .../testsuite/libstdc++-prettyprinters/whatis.cc | 4 - .../testsuite/libstdc++-xmethods/shared_ptr.cc | 7 ++ 12 files changed, 102 insertions(+), 65 deletions(-) create mode 100644 libstdc++-v3/testsuite/18_support/coroutines/hash.cc