This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from bac04976090 AVR: target/113824 - Fix multilib set for ATA5795. new d49262a7126 libstdc++: Allow explicit conversion of string views with d [...] new 2dcf47ce020 libstdc++: Remove noexcept from std::osyncstream::operator= new 3c04a1533b3 libstdc++: Avoid reusing moved-from iterators in PSTL tests [...] new 10c7e427668 libstdc++: Implement some missing functions for net::ip::ne [...] new 3bdd80d56aa libstdc++: Fix non-portable results from 64-bit std::subtra [...] new c5e12bbb453 libstdc++: Prefer posix_memalign for aligned-new [PR113258]
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/include/bits/random.tcc | 5 +- libstdc++-v3/include/experimental/internet | 26 ++++++-- libstdc++-v3/include/std/string_view | 2 - libstdc++-v3/include/std/syncstream | 2 +- libstdc++-v3/libsupc++/new_opa.cc | 26 ++++---- .../basic_string_view/cons/char/range_c++20.cc | 21 ++---- .../basic_string_view/cons/wchar_t/range_c++20.cc | 21 ++---- .../testsuite/26_numerics/random/pr60037-neg.cc | 2 +- .../subtract_with_carry_engine/cons/lwg3809.cc | 19 +++++- .../experimental/net/internet/network/v6/cons.cc | 74 ++++++++++++++++++++++ libstdc++-v3/testsuite/util/pstl/test_utils.h | 10 +-- 11 files changed, 147 insertions(+), 61 deletions(-) create mode 100644 libstdc++-v3/testsuite/experimental/net/internet/network/v6/cons.cc