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 d639236ea87 PR tree-optimization/109392 new 8c008cc431d libstdc++: Reduce Doxygen output for PDF new 8aa615e0230 libstdc++: Fix typo in doxygen comment new d8def0b5557 libstdc++: Make 16-bit std::subtract_with_carry_engine work [...] new 47880309516 libstdc++: Avoid -Wmaybe-uninitialized warning in std::stop [...] new 858ff5c919f libstdc++: Fix uses_allocator_construction_args for pair<T& [...] new 26b877fc4d2 libstdc++: Replace non-ASCII character in comment
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/doc/doxygen/user.cfg.in | 2 +- libstdc++-v3/include/bits/gslice_array.h | 2 + libstdc++-v3/include/bits/indirect_array.h | 2 + libstdc++-v3/include/bits/mask_array.h | 2 + libstdc++-v3/include/bits/mofunc_impl.h | 3 +- libstdc++-v3/include/bits/random.h | 6 +- libstdc++-v3/include/bits/random.tcc | 4 +- libstdc++-v3/include/bits/slice_array.h | 2 + libstdc++-v3/include/bits/uses_allocator_args.h | 7 ++- libstdc++-v3/include/std/stop_token | 1 + libstdc++-v3/include/std/valarray | 2 + .../testsuite/20_util/pair/astuple/get-2.cc | 68 ++++++++++++++++++++++ .../testsuite/20_util/scoped_allocator/108952.cc | 23 ++++++++ .../testsuite/20_util/uses_allocator/lwg3527.cc | 22 +++++++ .../subtract_with_carry_engine/cons/lwg3809.cc | 26 +++++++++ .../30_threads/stop_token/stop_source/109339.cc | 10 ++++ 16 files changed, 172 insertions(+), 10 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/pair/astuple/get-2.cc create mode 100644 libstdc++-v3/testsuite/20_util/scoped_allocator/108952.cc create mode 100644 libstdc++-v3/testsuite/20_util/uses_allocator/lwg3527.cc create mode 100644 libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_e [...] create mode 100644 libstdc++-v3/testsuite/30_threads/stop_token/stop_source/109339.cc