This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 75f89001591 match.pd: Add some __builtin_ctz (x) cmp cst simplification [...] new 8aadb4fedb1 libstdc++: Define net::socket_base::message_flags operators [...] new 9ee35a8685e libstdc++: Better preprocessor conditions in net::ip [PR 100286] new 39073938b4e libstdc++: Minor refactoring in <experimental/internet>
The 3 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 | 148 +++++++++++++-------- libstdc++-v3/include/experimental/socket | 74 +++++------ .../experimental/net/internet/socket/opt.cc | 9 ++ .../testsuite/experimental/net/internet/tcp.cc | 45 +++++++ .../testsuite/experimental/net/internet/udp.cc | 43 ++++++ 5 files changed, 224 insertions(+), 95 deletions(-) create mode 100644 libstdc++-v3/testsuite/experimental/net/internet/tcp.cc create mode 100644 libstdc++-v3/testsuite/experimental/net/internet/udp.cc