This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 14984ea1645 Fix premature omission of ChangeLog entry in ChangeLog file.. new 7797f5ec580 i386: Do not use commutative operands with (use) RTX [PR95238] new f26e72d8310 libstdc++: Use 'using' for types in Networking TS headers new d9d34449bbd libstdc++: Fix net::basic_socket::close(error_code&) new b780db2ea32 libstdc++: Better requirements checking in Networking TS
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: gcc/ChangeLog | 18 +++ gcc/config/i386/i386.md | 60 ++++---- gcc/config/i386/mmx.md | 26 ++-- gcc/config/i386/sse.md | 42 ++++-- libstdc++-v3/ChangeLog | 39 ++++++ libstdc++-v3/include/experimental/bits/net.h | 152 +++++++++++++++++++++ libstdc++-v3/include/experimental/buffer | 4 +- libstdc++-v3/include/experimental/executor | 23 ++-- libstdc++-v3/include/experimental/internet | 90 ++++++------ libstdc++-v3/include/experimental/socket | 133 +++++++++--------- libstdc++-v3/include/experimental/timer | 18 +-- .../experimental/net/socket/basic_socket.cc | 129 +++++++++++++++++ 12 files changed, 560 insertions(+), 174 deletions(-) create mode 100644 libstdc++-v3/testsuite/experimental/net/socket/basic_socket.cc