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-aarch64-next-allmodconfig in repository toolchain/ci/gcc.
from 82db3d4a127 2019-09-13 Bernd Edlinger bernd.edlinger@hotmail.de adds 7ce621eba4f gnatmake: Accept the `--sysroot=' GCC driver option adds e199c004425 libgomp plugin - init string adds 7841933c9a3 2019-09-13 Steven G. Kargl kargl@gcc.gnu.org adds fc2f323746f Daily bump. adds aa7b2a80be6 Consider doloop IV in IVOPTs:
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 38 ++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 + gcc/ada/make.adb | 4 +- gcc/config/rs6000/rs6000.c | 10 ++ gcc/doc/tm.texi | 30 ++++ gcc/doc/tm.texi.in | 6 + gcc/fortran/ChangeLog | 6 + gcc/fortran/simplify.c | 9 +- gcc/target.def | 33 ++++ gcc/testsuite/ChangeLog | 12 ++ gcc/testsuite/gcc.dg/tree-ssa/ivopts-3.c | 4 +- gcc/testsuite/gcc.dg/tree-ssa/ivopts-lt.c | 7 +- gcc/testsuite/gcc.dg/tree-ssa/pr32044.c | 4 + gcc/testsuite/gfortran.dg/pr91566.f90 | 14 ++ gcc/tree-ssa-loop-ivopts.c | 287 +++++++++++++++++++++++++++--- libgomp/ChangeLog | 5 + libgomp/plugin/plugin-hsa.c | 6 +- 18 files changed, 449 insertions(+), 33 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr91566.f90