This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d4a23ebfded [mid-end][__RTL] Account for column numbers in __RTL functions new c3ba92addc3 Fix vector/scalar to vector/vector conversion (PR92515) new e75f87980a1 libstdc++: Fix definition of std::nostopstate object
The 2 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 | 8 +++ gcc/tree-vect-stmts.c | 26 ++++---- libstdc++-v3/ChangeLog | 11 ++++ libstdc++-v3/doc/doxygen/user.cfg.in | 1 + libstdc++-v3/include/precompiled/stdc++.h | 1 + libstdc++-v3/include/std/stop_token | 2 +- .../1.cc => headers/stop_token/synopsis.cc} | 18 ++++-- .../headers/thread/types_std_c++20.cc} | 22 ++++--- .../testsuite/30_threads/stop_token/stop_source.cc | 75 ++++++++++++++++++++++ .../testsuite/30_threads/stop_token/stop_token.cc | 8 +-- 10 files changed, 135 insertions(+), 37 deletions(-) copy libstdc++-v3/testsuite/30_threads/{stop_token/1.cc => headers/stop_token/syno [...] copy libstdc++-v3/testsuite/{20_util/allocator/requirements/constexpr.cc => 30_thr [...] create mode 100644 libstdc++-v3/testsuite/30_threads/stop_token/stop_source.cc