This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap_ubsan in repository toolchain/ci/gcc.
from e784f98027d libstdc++: Improve tests for std::atomic_flag adds 135a8ad3a59 fix vectorizable_condition ICE with EXTRACT_LAST_REDUCTION adds 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. adds 0cfc34ad129 Disable -Wstringop-overflow warning after checking code pat [...] adds c19ef23bb98 Remove failing test case accidentally committed. adds 678178cbf36 Correct test to avoid failures in ILP32. adds efb4d745551 Daily bump. adds 4a557dc4565 testsuite: Re-add gdc.test prefix in test names (PR testsui [...]
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 | 47 +++ 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/builtin-stringop-chk-5.c | 14 +- gcc/testsuite/gcc.dg/vect/bb-slp-44.c | 41 +++ gcc/testsuite/gcc.dg/vect/pr95570.c | 11 + gcc/testsuite/go.test/test/fixedbugs/issue4085b.go | 4 +- gcc/testsuite/lib/gdc-utils.exp | 18 +- gcc/tree-vect-data-refs.c | 83 +++--- gcc/tree-vect-stmts.c | 3 +- gcc/tsan.c | 4 +- libgfortran/ChangeLog | 6 + libgfortran/io/write.c | 8 + libgo/go/runtime/export_test.go | 2 +- libgo/go/runtime/malloc.go | 2 +- libstdc++-v3/ChangeLog | 17 ++ 24 files changed, 710 insertions(+), 70 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 create mode 100644 gcc/testsuite/gcc.dg/vect/pr95570.c