This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d739682 runtime/internal/atomic: new package, API copied from Go 1.7 new 6f3863c libgo: update to Go 1.7.1 release
The 1 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/go/gofrontend/MERGE | 2 +- libgo/MERGE | 2 +- libgo/VERSION | 2 +- libgo/go/compress/flate/deflate.go | 15 +- libgo/go/compress/flate/deflate_test.go | 50 +++ libgo/go/compress/flate/huffman_bit_writer.go | 40 ++- libgo/go/context/context_test.go | 6 + libgo/go/crypto/x509/root_cgo_darwin.go | 60 ++++ libgo/go/hash/crc32/crc32_s390x.go | 35 +-- libgo/go/io/multi.go | 9 +- libgo/go/io/multi_test.go | 38 +++ libgo/go/net/dial_unix_test.go | 108 +++++++ libgo/go/net/dnsclient_unix.go | 24 +- libgo/go/net/dnsclient_unix_test.go | 105 ++++++- libgo/go/net/fd_unix.go | 55 +++- libgo/go/net/hook_unix.go | 3 +- libgo/go/net/http/h2_bundle.go | 433 ++++++++++++++++++-------- libgo/go/net/http/serve_test.go | 11 + libgo/go/net/http/server.go | 38 ++- libgo/go/net/http/transport.go | 70 ++++- libgo/go/net/http/transport_internal_test.go | 9 +- libgo/go/net/http/transport_test.go | 94 ++++++ libgo/go/os/wait_waitid.go | 6 + libgo/go/path/filepath/export_windows_test.go | 5 +- libgo/go/path/filepath/path_test.go | 32 +- libgo/go/path/filepath/symlink_windows.go | 29 +- libgo/go/reflect/all_test.go | 2 + libgo/go/runtime/pprof/pprof.go | 63 +++- libgo/go/syscall/syscall_darwin_test.go | 23 ++ 29 files changed, 1113 insertions(+), 256 deletions(-) create mode 100644 libgo/go/net/dial_unix_test.go create mode 100644 libgo/go/syscall/syscall_darwin_test.go