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 2c11a9a380e c++: Fix ICE with -Wmismatched-tags [PR105725] new d2b9fdedcd0 libstdc++: Add noexcept to std::launch operators new 702ac6e761b libstdc++: Fix typo in doxygen @headerfile command new bcb39ac6438 libstdc++: Skip tests that fail for the versioned namespace new 871aa113666 libstdc++: Reduce <random> test iterations for simulators new 5647e401bb8 libstdc++: Implement LWG 3683 for pmr::polymorphic_allocator new 7be1dd924db libstdc++: Add constexpr to std::counted_iterator post-incr [...] new 50712db568c libstdc++: Fix printing of std::atomic<shared_ptr<T>> for v [...] new 2a9c87a2040 libstdc++: Fix printing of std::span for versioned namespace new 01ee07a0ddc libstdc++: Fix atomic and error_code printers for versioned [...]
The 9 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/mofunc_impl.h | 2 +- libstdc++-v3/include/bits/stl_iterator.h | 3 +-- libstdc++-v3/include/std/future | 14 +++++------ libstdc++-v3/include/std/memory_resource | 16 +++++++++++++ libstdc++-v3/python/libstdcxx/v6/printers.py | 22 +++++++++++++----- .../testsuite/20_util/expected/synopsis.cc | 1 + .../20_util/polymorphic_allocator/lwg3683.cc | 13 +++++++++++ .../24_iterators/counted_iterator/lwg3643.cc | 27 ++++++++++++++++++++++ .../bernoulli_distribution/operators/values.cc | 14 ++++++++--- .../binomial_distribution/operators/values.cc | 12 ++++++++-- .../discrete_distribution/operators/values.cc | 8 +++++++ .../geometric_distribution/operators/values.cc | 14 ++++++++--- .../operators/values.cc | 20 +++++++++++----- .../poisson_distribution/operators/values.cc | 15 ++++++++---- .../uniform_int_distribution/operators/values.cc | 14 ++++++++--- .../testsuite/27_io/headers/iosfwd/synopsis.cc | 1 + 16 files changed, 159 insertions(+), 37 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/polymorphic_allocator/lwg3683.cc create mode 100644 libstdc++-v3/testsuite/24_iterators/counted_iterator/lwg3643.cc