This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5a26ba75de6 OpenACC: Fix pattern in dg-bogus in Fortran testcases new 49adc066729 libstdc++: Simplify definition of net::ip::resolver_base constants new 06c86a4f210 libstdc++: Fix socket option classes new 2e0b1c6ce3a libstdc++: Fix internet socket option classes
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/bits/net.h | 35 ++- libstdc++-v3/include/experimental/internet | 234 +++++++++------------ libstdc++-v3/include/experimental/socket | 68 +++++- .../experimental/net/internet/resolver/base.cc | 56 ++--- .../experimental/net/internet/socket/opt.cc | 151 +++++++++++++ .../experimental/net/socket/socket_base.cc | 157 +++++++++++++- 6 files changed, 513 insertions(+), 188 deletions(-) create mode 100644 libstdc++-v3/testsuite/experimental/net/internet/socket/opt.cc