This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a9e3818fdc3 testsuite: i386: Fix gcc.target/i386/sse2-stv-1.c on Solaris/x86 new 91adf2182a2 libstdc++: Remove noexcept from std::generator::promise_typ [...] new 67f5a8c8024 libstdc++: Remove noexcept from std::osyncstream::operator= new f60d7e1c645 libstdc++: Allow explicit conversion of string views with d [...] new e5b14d956e3 testsuite: i386: Fix gcc.target/i386/pr71321.c on Solaris/x86 new a8f335ccb61 tree-ssa-math-opts: Fix is_widening_mult_rhs_p - unbreak bo [...] new 723a7c1ad29 libstdc++: Avoid reusing moved-from iterators in PSTL tests [...] new a6286584e55 libstdc++: Fix invalid order in PSTL inplace_merge test [PR90276] new 5b069117e26 libstdc++: Implement some missing functions for net::ip::ne [...]
The 8 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/testsuite/g++.dg/opt/pr113705.C | 68 ++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr71321.c | 2 +- gcc/tree-ssa-math-opts.cc | 3 +- libstdc++-v3/include/experimental/internet | 26 ++++++-- libstdc++-v3/include/std/generator | 1 - libstdc++-v3/include/std/string_view | 2 - libstdc++-v3/include/std/syncstream | 2 +- .../basic_string_view/cons/char/range_c++20.cc | 21 ++---- .../basic_string_view/cons/wchar_t/range_c++20.cc | 21 ++---- .../25_algorithms/pstl/alg_merge/inplace_merge.cc | 2 +- .../experimental/net/internet/network/v6/cons.cc | 74 ++++++++++++++++++++++ libstdc++-v3/testsuite/util/pstl/test_utils.h | 10 +-- 12 files changed, 182 insertions(+), 50 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr113705.C create mode 100644 libstdc++-v3/testsuite/experimental/net/internet/network/v6/cons.cc