This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 84081e2c6bd c++: premature overload resolution [PR93085] new eb49f7de934 libgo: update to Go1.16.3 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/cmd/go.mod | 2 +- libgo/go/cmd/go/alldocs.go | 20 +++-- libgo/go/cmd/go/internal/modfetch/cache.go | 17 +++++ libgo/go/cmd/go/internal/modfetch/fetch.go | 77 ++++++++++++-------- libgo/go/cmd/go/internal/work/build.go | 20 +++-- libgo/go/cmd/go/testdata/script/mod_verify.txt | 7 +- libgo/go/cmd/vendor/modules.txt | 2 +- libgo/go/golang.org/x/mod/module/module.go | 38 ++++++++-- libgo/go/runtime/symtab_test.go | 85 ++++++++++++++++++++++ libgo/go/runtime/time.go | 5 ++ libgo/go/testing/helper_test.go | 32 ++++++++ libgo/go/testing/testing.go | 15 ++-- libgo/go/time/sleep_test.go | 16 ++++ libgo/misc/cgo/testplugin/plugin_test.go | 7 ++ .../{method2/p/p.go => issue44956/base/base.go} | 6 +- .../cgo/testplugin/testdata/issue44956/main.go | 47 ++++++++++++ .../{method2/plugin.go => issue44956/plugin1.go} | 4 +- .../{method2/plugin.go => issue44956/plugin2.go} | 6 +- 21 files changed, 334 insertions(+), 78 deletions(-) copy libgo/misc/cgo/testplugin/testdata/{method2/p/p.go => issue44956/base/base.go} (75%) create mode 100644 libgo/misc/cgo/testplugin/testdata/issue44956/main.go copy libgo/misc/cgo/testplugin/testdata/{method2/plugin.go => issue44956/plugin1.g [...] copy libgo/misc/cgo/testplugin/testdata/{method2/plugin.go => issue44956/plugin2.g [...]