This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-defconfig in repository toolchain/ci/gcc.
from 98fdbdbc746 2019-10-19 Paul Thomas pault@gcc.gnu.org adds 174b08beef9 * g++.dg/cpp2a/nodiscard-reason-only-one.C: In dg-error or [...] adds ad599e8da59 Daily bump. adds 9b9d9231a10 Avoid recomputing data references in BB SLP adds b7ede04df31 Move code out of vect_slp_analyze_bb_1 adds 45bdc4af97b * tree-ssa-alias.c (nonoverlapping_refs_since_match_p): Do [...] adds 90df02bce86 * doc/install.texi (Configuration, --enable-objc-gc): hboe [...] new cebbf5fb774 * config/i386/i386-protos.h (ix86_pre_reload_split): Decla [...] new 468eabd1cfe 2019-10-20 Bernd Edlinger bernd.edlinger@hotmail.de
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 60 ++++++ gcc/DATESTAMP | 2 +- gcc/common.opt | 2 +- gcc/config/i386/i386-protos.h | 1 + gcc/config/i386/i386.c | 12 ++ gcc/config/i386/i386.md | 72 +++---- gcc/config/i386/sse.md | 22 +-- gcc/doc/install.texi | 2 +- gcc/testsuite/ChangeLog | 13 ++ gcc/testsuite/g++.dg/cpp2a/nodiscard-once.C | 2 +- .../g++.dg/cpp2a/nodiscard-reason-nonstring.C | 2 +- .../g++.dg/cpp2a/nodiscard-reason-only-one.C | 2 +- gcc/testsuite/g++.dg/cpp2a/nodiscard-reason.C | 76 ++++---- .../gcc.c-torture/execute/alias-access-path-2.c | 11 ++ .../gcc.dg/tree-ssa/alias-access-path-11.c | 2 +- gcc/tree-ssa-alias.c | 28 ++- gcc/tree-vect-slp.c | 215 ++++++++++----------- 17 files changed, 309 insertions(+), 215 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/alias-access-path-2.c