This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm in repository toolchain/ci/gcc.
from 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. adds a3fb781d4b3 tree-optimization/102176 - locally compute participating SLP stmts adds 637dfcf43cf Explicitly add -msse2 to compile HF related libgcc source file. adds 564efbf4007 Fix PR tree-optimization/63184: add simplification of (& + [...] adds 8a4602c2e0f match.pd: Fix up __builtin_*_overflow arg demotion [PR102207]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 34 +++++++ gcc/DATESTAMP | 2 +- gcc/gimple-range-path.cc | 30 ++++-- gcc/gimple-range-path.h | 6 ++ gcc/go/gofrontend/MERGE | 2 +- gcc/match.pd | 21 +++- gcc/testsuite/c-c++-common/pr19807-2.c | 5 +- gcc/testsuite/c-c++-common/pr19807-3.c | 5 +- gcc/testsuite/gcc.dg/pr102207.c | 24 +++++ gcc/tree-ssa-threadbackward.c | 58 +++++------ gcc/tree-vect-slp.c | 69 ++++++++++++- libgcc/Makefile.in | 2 +- libgcc/config/i386/64/t-softfp | 5 + libgcc/config/i386/_divhc3.c | 4 + libgcc/config/i386/_mulhc3.c | 4 + libgcc/config/i386/t-softfp | 22 ++++- 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 +++++++++++++++++++++ 28 files changed, 454 insertions(+), 119 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr102207.c create mode 100644 libgcc/config/i386/_divhc3.c create mode 100644 libgcc/config/i386/_mulhc3.c create mode 100644 libgo/misc/cgo/testsanitizers/testdata/msan8.go