This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/gnu-master-arm-spec2k6-O3 in repository toolchain/ci/gcc.
from d30846a02eb vect: Fix an ICE in vect_loop_versioning [PR95570] adds 4544793ef61 testcase for shared DR alignment adds 1432bc36812 Add .clang-tidy to git ignored. adds 06712fc68dc tsan: Add param to disable func-entry-exit instrumentation adds 309a6c468f3 go.test: update issue4085b.go to version from Go 1.13 adds 75452d68672 runtime: fix arenaBaseOffset for aix/ppc adds 8e3b453e087 Daily bump.
No new revisions were added by this update.
Summary of changes: .gitignore | 1 + ChangeLog | 4 + gcc/ChangeLog | 130 +++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 316 +++++++++++++++++++++ gcc/gimplify.c | 3 +- gcc/go/gofrontend/MERGE | 2 +- gcc/params.opt | 4 + gcc/testsuite/ChangeLog | 32 +++ gcc/testsuite/c-c++-common/tsan/func_entry_exit.c | 29 ++ .../c-c++-common/tsan/func_entry_exit_disabled.c | 29 ++ gcc/testsuite/gcc.dg/vect/bb-slp-44.c | 41 +++ gcc/testsuite/go.test/test/fixedbugs/issue4085b.go | 4 +- gcc/tsan.c | 4 +- libgo/go/runtime/export_test.go | 2 +- libgo/go/runtime/malloc.go | 2 +- libstdc++-v3/ChangeLog | 17 ++ 17 files changed, 615 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/tsan/func_entry_exit.c create mode 100644 gcc/testsuite/c-c++-common/tsan/func_entry_exit_disabled.c create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-44.c