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-mainline-allnoconfig 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 new 45bdc4af97b * tree-ssa-alias.c (nonoverlapping_refs_since_match_p): Do [...] new 90df02bce86 * doc/install.texi (Configuration, --enable-objc-gc): hboe [...]
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 | 28 +++ gcc/DATESTAMP | 2 +- 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 ++++++++++----------- 12 files changed, 216 insertions(+), 167 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/alias-access-path-2.c