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-next-allnoconfig in repository toolchain/ci/gcc.
from 9885183c081 rs6000: clean up headers in rs6000.c and rs6000-call.c adds 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 [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 372 +++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 65 ++++++ gcc/doc/extend.texi | 2 +- gcc/fortran/ChangeLog | 9 + gcc/ipa-modref-tree.c | 4 +- gcc/ipa-modref-tree.h | 76 ++++++- gcc/ipa-modref.c | 102 +++++++-- gcc/optc-save-gen.awk | 46 ++++ gcc/opth-gen.awk | 17 +- gcc/testsuite/ChangeLog | 92 ++++++++ gcc/testsuite/gcc.dg/tree-ssa/modref-3.c | 31 +++ gcc/tree-ssa-alias.c | 38 +++- libcc1/ChangeLog | 4 + libgomp/ChangeLog | 7 + libstdc++-v3/ChangeLog | 19 ++ 16 files changed, 848 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-3.c