This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f30421fa72f libstdc++: Reorder dg-options before dg-do new ae390479340 libstdc++: Suppress warnings about use of deprecated std::a [...] new 363f0ef50bd libstdc++: Optimize net::ip::address_v4::to_string() new 36ecfb75e05 libstdc++: Fix conversion to/from net::ip::address_v4::bytes_type new 80e9bac232f libstdc++: Fix members of net::ip::network_v4 new 97111dccf97 libstdc++: Make net::ip::basic_endpoint comparisons constexpr new 8520132bc36 libstdc++: Constrain net::executor constructors
The 6 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/executor | 9 +- libstdc++-v3/include/experimental/internet | 101 +++++++---- libstdc++-v3/include/ext/aligned_buffer.h | 3 + .../experimental/net/internet/address/v4/cons.cc | 33 ++-- .../net/internet/address/v4/creation.cc | 24 ++- .../net/internet/address/v4/members.cc | 14 ++ .../experimental/net/internet/endpoint/cons.cc | 66 ++++++++ .../experimental/net/internet/network/v4/cons.cc | 129 ++++++++++++++ .../net/internet/network/v4/members.cc | 186 +++++++++++++++++++++ 9 files changed, 516 insertions(+), 49 deletions(-) create mode 100644 libstdc++-v3/testsuite/experimental/net/internet/endpoint/cons.cc create mode 100644 libstdc++-v3/testsuite/experimental/net/internet/network/v4/cons.cc create mode 100644 libstdc++-v3/testsuite/experimental/net/internet/network/v4/members.cc