This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap 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 [...] adds ee11be7f2d7 Fortran: Diagnose all operands/arguments with constraint vi [...] adds 2be794fae03 Remove VRP threader.
No new revisions were added by this update.
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(-)