This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 4898e958a92 Implement intra-procedural dataflow in ipa-modref flags pro [...] adds a28cfe49203 rs6000: Replace the builtin expansion machinery adds f6f704fd104 Fix inter-procedural EAF flags propagation with respect to [...] new ee11be7f2d7 Fortran: Diagnose all operands/arguments with constraint vi [...] new 2be794fae03 Remove VRP threader.
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/config/rs6000/rs6000-call.c | 1448 +++++++++++++++++++++-- gcc/fortran/interface.c | 86 +- gcc/fortran/intrinsic.c | 17 +- gcc/fortran/resolve.c | 5 +- gcc/gimple.c | 34 +- gcc/ipa-modref.c | 195 ++- gcc/ipa-modref.h | 29 + gcc/testsuite/gfortran.dg/bessel_3.f90 | 4 +- gcc/testsuite/gfortran.dg/c-interop/c407b-2.f90 | 12 +- gcc/testsuite/gfortran.dg/c-interop/c535b-2.f90 | 56 +- gcc/testsuite/gfortran.dg/pr24823.f | 4 +- gcc/testsuite/gfortran.dg/pr39937.f | 2 +- gcc/testsuite/gfortran.dg/pr41011.f | 4 +- gcc/testsuite/gfortran.dg/pr61318.f90 | 2 +- gcc/tree-pass.h | 1 - gcc/tree-ssa-threadbackward.c | 2 - gcc/tree-ssa-threadedge.c | 12 +- gcc/tree-vrp.c | 137 +-- 18 files changed, 1655 insertions(+), 395 deletions(-)