This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 6b8152b96c1 powerpc: Fix vsx_splat_v4si in 32 bit mode adds df2135e88a8 Fortran: error recovery on rank mismatch of array and its i [...] adds 6078eb7452a Fix can_be_discarded_p wrt partitioned functions. adds 9defce62289 Daily bump. adds 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 [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 25 + gcc/DATESTAMP | 2 +- gcc/cgraph.h | 3 +- gcc/config/rs6000/rs6000-call.c | 1448 +++++++++++++++++++++++++++++--- gcc/fortran/ChangeLog | 6 + gcc/fortran/decl.c | 8 + gcc/gimple.c | 34 +- gcc/ipa-modref.c | 439 +++++++++- gcc/ipa-modref.h | 29 + gcc/lto/ChangeLog | 7 + gcc/lto/lto-partition.c | 8 +- gcc/testsuite/ChangeLog | 10 + gcc/testsuite/gfortran.dg/pr102715.f90 | 13 + gcc/testsuite/gfortran.dg/pr68019.f90 | 2 +- 14 files changed, 1839 insertions(+), 195 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr102715.f90