This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 00d07ec6e12 rs6000: Add new __builtin_vsx_build_pair and __builtin_mma_ [...] new ee52bf609ba libgo: update to Go1.16.5 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/archive/zip/reader.go | 64 ++++++--- libgo/go/archive/zip/reader_test.go | 115 ++++++++++++++- libgo/go/archive/zip/testdata/subdir.zip | Bin 0 -> 428 bytes libgo/go/cmd/go/internal/modcmd/download.go | 32 ++++- libgo/go/cmd/go/internal/modcmd/tidy.go | 2 + libgo/go/cmd/go/internal/modload/buildlist.go | 30 ++++ .../cmd/go/testdata/mod/rsc.io_sampler_v1.2.1.txt | 2 +- libgo/go/cmd/go/testdata/script/mod_download.txt | 36 ++++- .../go/testdata/script/mod_get_trailing_slash.txt | 10 +- libgo/go/cmd/go/testdata/script/mod_query.txt | 5 +- libgo/go/cmd/go/testdata/script/mod_readonly.txt | 8 +- libgo/go/go.mod | 2 +- libgo/go/golang.org/x/net/http/httpguts/httplex.go | 10 +- libgo/go/math/big/ratconv.go | 15 +- libgo/go/math/big/ratconv_test.go | 25 ++++ libgo/go/net/dnsclient_unix_test.go | 158 +++++++++++++++++++++ libgo/go/net/http/httputil/reverseproxy.go | 22 ++- libgo/go/net/http/httputil/reverseproxy_test.go | 63 +++++++- libgo/go/net/http/transport_test.go | 8 +- libgo/go/net/lookup.go | 111 +++++++++++++-- libgo/go/os/signal/signal_test.go | 42 ++++++ libgo/go/runtime/pprof/pprof_test.go | 3 +- libgo/go/runtime/proc.go | 26 ++++ libgo/go/runtime/runtime2.go | 7 +- libgo/go/runtime/sigqueue.go | 2 +- libgo/go/time/zoneinfo.go | 27 ++-- libgo/go/time/zoneinfo_read.go | 44 +++--- libgo/go/time/zoneinfo_test.go | 37 +++-- libgo/go/vendor/modules.txt | 2 +- 32 files changed, 782 insertions(+), 132 deletions(-) create mode 100644 libgo/go/archive/zip/testdata/subdir.zip