This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 87fc34a461c c++: Fix pretty printing pointer to function type [PR98767] new a752a43073d libstdc++ Simplify definition of net::socket_base constants new 3517dfe05c0 libstdc++: Clarify argument to net::io_context::async_wait new 0e1e7b77904 libstdc++: Allow net::io_context to compile without <poll.h [...]
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/io_context | 18 +++- libstdc++-v3/include/experimental/socket | 81 +++++++++--------- .../experimental/net/socket/socket_base.cc | 45 ++++++++++ .../testsuite/util/testsuite_common_types.h | 99 ++++++++++++++++++++++ 4 files changed, 200 insertions(+), 43 deletions(-) create mode 100644 libstdc++-v3/testsuite/experimental/net/socket/socket_base.cc