This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-defconfig in repository toolchain/ci/gcc.
from b0b9b8f02a1 Daily bump. adds 8510e3301bd doc: Replace roudnevenl with roundevenl adds c34db4b6f8a Track access ranges in ipa-modref adds a1f77106ec3 Add gcc.dg/tree-ssa/modref-3.c testcase adds ce531b14126 options: Fix up opts_set saving/restoring for underlying va [...] adds 5af2a2d30d7 aix: apply aix_malloc more narrowly. adds 11bd94806d4 Daily bump. adds 35d2c6b6e8a PR fortran/97272 - Wrong answer from MAXLOC with character arg adds 4347d36f934 Daily bump. new ab3f4b27abe [omp, ftracer] Don't duplicate blocks in SIMT region new 21f65995e06 store-merging: Fix up -Wnarrowing warning new 3c022a4c732 options: Save and restore opts_set for Optimization and Tar [...]
The 3 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: fixincludes/ChangeLog | 6 ++ fixincludes/fixincl.x | 12 ++- fixincludes/inclhack.def | 12 ++- fixincludes/tests/base/malloc.h | 2 + gcc/ChangeLog | 35 +++++++++ gcc/DATESTAMP | 2 +- gcc/doc/extend.texi | 2 +- gcc/fortran/ChangeLog | 8 ++ gcc/fortran/trans-intrinsic.c | 19 +++++ gcc/gimple-ssa-store-merging.c | 2 +- gcc/ipa-modref-tree.c | 4 +- gcc/ipa-modref-tree.h | 76 +++++++++++++++++-- gcc/ipa-modref.c | 102 +++++++++++++++++++++----- gcc/optc-save-gen.awk | 100 ++++++++++++++++++++++--- gcc/opth-gen.awk | 20 ++++- gcc/testsuite/ChangeLog | 9 +++ gcc/testsuite/gcc.dg/tree-ssa/modref-3.c | 31 ++++++++ gcc/testsuite/gfortran.dg/pr97272.f90 | 19 +++++ gcc/tracer.c | 18 +++++ gcc/tree-ssa-alias.c | 38 ++++++++-- libgomp/testsuite/libgomp.fortran/pr95654.f90 | 11 +++ 21 files changed, 473 insertions(+), 55 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-3.c create mode 100644 gcc/testsuite/gfortran.dg/pr97272.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/pr95654.f90