This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_debug in repository toolchain/ci/gcc.
from 7b7395409c7 Daily bump. adds 617c9ce2329 Daily bump. adds b27416a7a91 Improve handling of C bit for setcc insns adds cbeeadff4c0 Clean up registering of paths in backwards threader. adds 90ef1535270 Add an unreachable_path_p method to path_range_query. adds 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/DATESTAMP | 2 +- gcc/config/h8300/h8300.md | 1 + gcc/config/h8300/testcompare.md | 122 ++++++++++++++++++++- gcc/gimple-range-path.cc | 30 ++++- gcc/gimple-range-path.h | 6 + gcc/go/gofrontend/MERGE | 2 +- gcc/tree-ssa-threadbackward.c | 58 +++++----- 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 ++++++++++++++++++ 19 files changed, 394 insertions(+), 107 deletions(-) create mode 100644 libgo/misc/cgo/testsanitizers/testdata/msan8.go