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 d4126b329b2 c: Fix up pointer types to may_alias structures [PR114493] new c394e299491 libstdc++: Destroy allocators in re-inserted container node [...] new 80d0f82e696 libstdc++: Reverse arguments in constraint for std::optiona [...] new 5c2c5805304 libstdc++: Begin lifetime of storage in std::vector<bool> [ [...] new bd31ecc1c7a libstdc++: Fix infinite loop in std::binomial_distribution [...] new 6f0bd7cfb32 libstdc++: Adjust expected locale-dependent date formats in tests new 874896659df libstdc++: Fix std::__uninitialized_default_n for constant [...] new 3494bc7b039 libstdc++: Add preprocessor checks to <experimental/interne [...] new 5f885bd5f43 libstdc++: Implement some missing functions for net::ip::ne [...] new 4d257dac0ad libstdc++: Fix uses of non-reserved names in headers new 3837f956515 libstdc++: Define __cpp_lib_constexpr_algorithms in <utilit [...] new 870e389a050 libstdc++: Fix fwrite error parameter
The 11 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/config/io/basic_file_stdio.cc | 2 +- libstdc++-v3/include/bits/fs_ops.h | 4 +- libstdc++-v3/include/bits/hashtable.h | 10 +- libstdc++-v3/include/bits/node_handle.h | 19 +++- libstdc++-v3/include/bits/random.tcc | 2 +- libstdc++-v3/include/bits/regex_automaton.h | 2 +- libstdc++-v3/include/bits/regex_automaton.tcc | 18 +-- libstdc++-v3/include/bits/regex_scanner.tcc | 60 +++++----- libstdc++-v3/include/bits/stl_bvector.h | 12 +- libstdc++-v3/include/bits/stl_tree.h | 10 +- libstdc++-v3/include/bits/stl_uninitialized.h | 6 + libstdc++-v3/include/experimental/bits/fs_ops.h | 4 +- libstdc++-v3/include/experimental/internet | 28 ++++- libstdc++-v3/include/std/mutex | 8 +- libstdc++-v3/include/std/optional | 2 +- libstdc++-v3/include/std/utility | 4 + libstdc++-v3/libsupc++/cxxabi_init_exception.h | 5 +- libstdc++-v3/testsuite/17_intro/names.cc | 21 +++- .../testsuite/20_util/exchange/constexpr.cc | 6 + .../testsuite/20_util/optional/relops/104606.cc | 18 +++ .../23_containers/multiset/modifiers/114401.cc | 125 ++++++++++++++++++++ .../23_containers/set/modifiers/114401.cc | 125 ++++++++++++++++++++ .../unordered_multiset/modifiers/114401.cc | 126 +++++++++++++++++++++ .../unordered_set/modifiers/114401.cc | 126 +++++++++++++++++++++ .../random/binomial_distribution/114359.cc | 12 ++ .../27_io/manipulators/extended/get_time/char/2.cc | 6 +- .../experimental/net/internet/network/v6/cons.cc | 74 ++++++++++++ 27 files changed, 754 insertions(+), 81 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/optional/relops/104606.cc create mode 100644 libstdc++-v3/testsuite/23_containers/multiset/modifiers/114401.cc create mode 100644 libstdc++-v3/testsuite/23_containers/set/modifiers/114401.cc create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_multiset/modifie [...] create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/114401.cc create mode 100644 libstdc++-v3/testsuite/26_numerics/random/binomial_distribution [...] create mode 100644 libstdc++-v3/testsuite/experimental/net/internet/network/v6/cons.cc