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-aarch64-bootstrap_profiled_lto in repository toolchain/ci/gcc.
from 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. adds 74df79ec3e0 libgo: update to final Go 1.17 release adds 66bba4dc263 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 34 ++++++ 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 ++++++++++++++++++ 20 files changed, 428 insertions(+), 107 deletions(-) create mode 100644 libgo/misc/cgo/testsanitizers/testdata/msan8.go