This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 68982b98d2a CRIS: Make rtx-cost 0 for many CONST_INT "quick" operands new 14f50ba0540 libstdc++: Enforce requirements on template argument of std [...] new 31a90971201 libstdc++: Use std::remove_cv_t in std::optional::transform [...] new ce39714a1ce libstdc++: Apply small fix from LWG 3843 to std::expected new e0d77144aaa libstdc++: Fix constexpr functions in <experimental/internet>
The 4 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/experimental/internet | 103 +++++++++++++++------ libstdc++-v3/include/std/expected | 39 ++++---- libstdc++-v3/include/std/optional | 10 +- .../testsuite/20_util/optional/monadic/pr109340.cc | 35 +++++++ .../testsuite/20_util/optional/requirements_neg.cc | 24 +++++ .../experimental/net/internet/address/v4/cons.cc | 16 ++-- .../net/internet/address/v4/creation.cc | 14 ++- .../experimental/net/internet/endpoint/cons.cc | 29 ++++-- .../net/internet/endpoint/extensible.cc | 47 ++++++++++ .../experimental/net/internet/network/v4/cons.cc | 17 ++-- .../net/internet/network/v4/members.cc | 20 ++-- 11 files changed, 271 insertions(+), 83 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/optional/monadic/pr109340.cc create mode 100644 libstdc++-v3/testsuite/20_util/optional/requirements_neg.cc create mode 100644 libstdc++-v3/testsuite/experimental/net/internet/endpoint/exten [...]