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 5deacf6058d Directly resolve range_of_stmt dependencies. adds 9e026da7200 Reduce scope of a few 'class loop *loop' variables adds 16e85390507 Fix handling of static chain in ipa_merge_modref_summary_af [...] new d9ca4b45bd1 Daily bump.
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: contrib/ChangeLog | 7 ++ gcc/ChangeLog | 135 +++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cfgloop.c | 3 +- gcc/cp/ChangeLog | 23 +++++ gcc/ipa-fnsummary.c | 3 +- gcc/ipa-modref.c | 68 +++++++++---- gcc/jit/ChangeLog | 4 + gcc/loop-init.c | 2 +- gcc/loop-invariant.c | 4 +- gcc/predict.c | 3 +- gcc/testsuite/ChangeLog | 75 ++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr103405.c | 37 +++++++ gcc/tree-loop-distribution.c | 2 +- gcc/tree-vectorizer.c | 5 +- libgomp/ChangeLog | 5 + libstdc++-v3/ChangeLog | 12 +++ 17 files changed, 359 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr103405.c