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-next-defconfig in repository toolchain/ci/gcc.
from 2aad20c094b Daily bump. adds f6271258550 c++: Layout decls with newly-complete type. adds 080ddd8a81e tree-optimization/97098 - fix compile-time hog in SLP live adds 0f6150a5d36 tree-optimization/97089 - fix bogus unsigned division replacement adds 3ea069da14c tree-optimization/97095 - fix typo in vectorizable_live_operation adds 2bc8c6ed849 cfgloop.h: Reword comment describing is_exit flag new 220724c3114 amdgcn: Remove omp_gcn pass
The 1 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/cfgloop.h | 6 +- gcc/config/gcn/gcn-passes.def | 19 ------ gcc/config/gcn/gcn-tree.c | 119 ------------------------------------ gcc/config/gcn/t-gcn-hsa | 1 - gcc/cp/decl.c | 4 +- gcc/testsuite/gfortran.dg/pr97095.f | 27 ++++++++ gcc/tree-ssa-sccvn.c | 5 +- gcc/tree-vect-loop.c | 2 +- gcc/tree-vect-slp.c | 4 ++ 9 files changed, 41 insertions(+), 146 deletions(-) delete mode 100644 gcc/config/gcn/gcn-passes.def create mode 100644 gcc/testsuite/gfortran.dg/pr97095.f