This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_O3 in repository toolchain/ci/gcc.
from 0ef944629ae Daily bump. adds a16010a3eed Fortran: Silence -Wmaybe-uninitialized warning adds 1b5f7385841 d: Fix pr96435.d failing on SPARC and HPPA adds d41092ec52f d: Fix regressing test failures on ix86-solaris2.11 adds ca84f39399f Improve handling of return slot in ipa-pure-const and modref. adds 6ea6c05a8d4 Fortran: Revert explicit memcpy in gfc_get_typebound_proc adds 3a4a721e0cd Daily bump. adds 7a71ea4df7e libcody: add mostlyclean Makefile target adds f35af8df241 Refactor loop_version adds 4851c80ce8d Rename duplicate_loop_to_header_edge to duplicate_loop_body [...] new 14d31404053 aarch64: Fix redundant check in aut insn generation
The 1 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: gcc/ChangeLog | 8 +++ gcc/DATESTAMP | 2 +- gcc/cfghooks.c | 27 ++++--- gcc/cfghooks.h | 18 +++-- gcc/cfgloopmanip.c | 124 +++++++++------------------------ gcc/cfgloopmanip.h | 9 +-- gcc/cfgrtl.c | 2 +- gcc/config/aarch64/aarch64.c | 6 +- gcc/config/aarch64/aarch64.md | 3 +- gcc/doc/loop.texi | 4 +- gcc/fortran/ChangeLog | 9 +++ gcc/fortran/resolve.c | 2 +- gcc/fortran/symbol.c | 2 +- gcc/ipa-fnsummary.c | 16 ++++- gcc/ipa-modref.c | 2 +- gcc/loop-unroll.c | 78 ++++++++------------- gcc/testsuite/ChangeLog | 9 +++ gcc/testsuite/g++.dg/ipa/modref-1.C | 35 ++++++++++ gcc/testsuite/gdc.dg/torture/pr96435.d | 2 +- gcc/tree-cfg.c | 2 +- gcc/tree-ssa-loop-ivcanon.c | 16 ++--- gcc/tree-ssa-loop-manip.c | 22 +++--- gcc/tree-ssa-loop-manip.h | 7 +- libcody/Makefile.in | 20 ++++-- libphobos/ChangeLog | 6 ++ libphobos/libdruntime/gcc/deh.d | 2 +- 26 files changed, 217 insertions(+), 216 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ipa/modref-1.C