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_build/master-aarch64 in repository toolchain/ci/gcc.
from 851dff042a2 Daily bump. adds 98b212c19a7 Cleanup back_threader::find_path_to_names. adds b3a38d18351 testsuite: Use posix_memalign on AIX for tsvc adds 4856699eeb2 path oracle: Do not look at root oracle for killed defs. adds 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 [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 25 ++++ gcc/DATESTAMP | 2 +- gcc/cgraph.h | 3 +- gcc/config/rs6000/vsx.md | 4 +- gcc/fortran/ChangeLog | 6 + gcc/fortran/decl.c | 8 ++ gcc/ipa-modref.c | 244 ++++++++++++++++++++++++++++++--- gcc/lto/ChangeLog | 7 + gcc/lto/lto-partition.c | 8 +- gcc/testsuite/ChangeLog | 10 ++ gcc/testsuite/gcc.dg/vect/tsvc/tsvc.h | 2 +- gcc/testsuite/gfortran.dg/pr102715.f90 | 13 ++ gcc/testsuite/gfortran.dg/pr68019.f90 | 2 +- gcc/tree-ssa-threadbackward.c | 65 ++++----- gcc/value-relation.cc | 9 ++ gcc/value-relation.h | 1 + 16 files changed, 341 insertions(+), 68 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr102715.f90