This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 3e7db517472 Daily bump. adds b9b764bce89 MAINTAINERS: Add myself as PowerPC port co-maintainer adds 938a02a589d tree-optimization/104595 - vectorization of COND_EXPR with [...] adds e1a41143a2e tree-optimization/105484 - VEC_SET and EH adds 000f4480005 testsuite/105486 - adjust testcase to avoid misaligned accesses adds c2a0d2e6f63 rewrite undefined overflow to defined in ifcombine adds f1d8a2d9bc3 Embed real_value into REAL_CST adds 8996894d00f libsanitizer: merge from master (75f9e83ace52773af65dcebca5 [...] adds 45e69f7f38c libsanitizer: Apply local patches adds 7ec6fed1e81 libsanitizer: update LOCAL_PATCHES.
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 4 ++- gcc/cp/module.cc | 4 +-- gcc/gimple-isel.cc | 19 ++++++++------ gcc/testsuite/gcc.dg/torture/pr105484.c | 15 +++++++++++ gcc/testsuite/gcc.dg/vect/bb-slp-pr104240.c | 3 +++ gcc/testsuite/gcc.dg/vect/pr104595.c | 24 ++++++++++++++++++ gcc/tree-core.h | 2 +- gcc/tree-ssa-ifcombine.cc | 29 ++++++++++++++++++++++ gcc/tree-streamer-in.cc | 5 +--- gcc/tree-vect-patterns.cc | 16 ++++++------ gcc/tree.cc | 6 +---- gcc/tree.h | 2 +- libsanitizer/LOCAL_PATCHES | 3 +-- libsanitizer/MERGE | 2 +- .../sanitizer_common/sanitizer_internal_defs.h | 6 ++--- .../sanitizer_platform_limits_posix.cpp | 4 +++ libsanitizer/tsan/tsan_shadow.h | 11 +++++--- 17 files changed, 115 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr105484.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr104595.c