This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 88a0a883960 RISC-V: Enable RVV scalable vectorization by default[PR111311] new f1dd83b720e libstdc++: Formatting std::thread::id and std::stacktrace ( [...]
The 1 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/version.def | 9 ++ libstdc++-v3/include/bits/version.h | 25 +++-- libstdc++-v3/include/std/stacktrace | 80 ++++++++++++++++ libstdc++-v3/include/std/thread | 62 +++++++++++++ .../testsuite/19_diagnostics/stacktrace/output.cc | 58 ++++++++++++ .../19_diagnostics/stacktrace/synopsis.cc | 3 + .../testsuite/19_diagnostics/stacktrace/version.cc | 6 ++ .../testsuite/30_threads/thread/id/hash.cc | 2 - .../testsuite/30_threads/thread/id/operators.cc | 1 - .../30_threads/thread/id/operators_c++20.cc | 1 - .../testsuite/30_threads/thread/id/output.cc | 103 +++++++++++++++++++++ 11 files changed, 339 insertions(+), 11 deletions(-) create mode 100644 libstdc++-v3/testsuite/19_diagnostics/stacktrace/output.cc create mode 100644 libstdc++-v3/testsuite/30_threads/thread/id/output.cc