This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a827909537c Make the path solver's range_of_stmt() handle all statements. new 74df79ec3e0 libgo: update to final Go 1.17 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/internal/modload/buildlist.go | 19 ++++ libgo/go/cmd/go/internal/modload/init.go | 39 ++++---- .../cmd/go/testdata/script/mod_tidy_lazy_self.txt | 17 ++-- libgo/go/io/fs/fs.go | 2 +- libgo/go/net/http/transport_test.go | 77 ++++++++++----- libgo/go/runtime/mfinal.go | 4 + libgo/go/sync/atomic/value.go | 2 +- libgo/go/time/format.go | 6 +- libgo/misc/cgo/testsanitizers/msan_test.go | 1 + libgo/misc/cgo/testsanitizers/testdata/msan8.go | 109 +++++++++++++++++++++ 13 files changed, 216 insertions(+), 66 deletions(-) create mode 100644 libgo/misc/cgo/testsanitizers/testdata/msan8.go