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-stable-allnoconfig in repository toolchain/ci/gcc.
from e020479cd65 2019-09-29 Paul Thomas pault@gcc.gnu.org adds a3310563550 2019-09-29 Steven G. Kargl kargl@gcc.gnu.org adds 0c7c01cf936 [Darwin, PPC, Mode Iterators 5/n] Update macho_low. adds ef6064d4ff4 2019-09-29 Steven G. Kargl kargl@gcc.gnu.org adds ed76597323f Daily bump. adds 70f0835d2a9 PR target/91931 * config/i386/i386-expand.c (ix86_expand_ [...] adds 9ce1ca72088 2019-09-30 Andreas Tobler andreast@gcc.gnu.org adds c6fd1c4cf03 [PR 91853] Prevent IPA-SRA ICEs on type-mismatched calls adds 047fcaf1e11 PR libstdc++/77936 remove unused variable adds 2d9c100659d Implement LWG 3255 for std::span constructors adds 6eb0407cf23 2019-09-30 Richard Biener rguenther@suse.de new 20713a3be43 Add initial support for prefixed/PC-relative addressing. new 2c55817a7bf 2019-09-30 Kwok Cheung Yeung kcy@codesourcery.com
The 2 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 | 104 +++++ gcc/DATESTAMP | 2 +- gcc/config.gcc | 6 + gcc/config/darwin.c | 4 +- gcc/config/i386/i386-expand.c | 2 +- gcc/config/rs6000/darwin.md | 29 +- gcc/config/rs6000/predicates.md | 102 ++--- gcc/config/rs6000/rs6000-protos.h | 63 ++- gcc/config/rs6000/rs6000.c | 466 ++++++++++++++++++--- gcc/config/rs6000/rs6000.h | 21 + gcc/config/rs6000/rs6000.md | 84 +++- gcc/config/rs6000/t-freebsd64 | 3 + gcc/fortran/ChangeLog | 12 + gcc/fortran/check.c | 9 +- gcc/fortran/decl.c | 22 +- gcc/gimple.c | 2 + gcc/ipa-param-manipulation.c | 11 +- gcc/testsuite/ChangeLog | 21 + gcc/testsuite/gcc.dg/ipa/pr91853.c | 30 ++ gcc/testsuite/gcc.target/i386/pr91931.c | 5 + gcc/testsuite/gfortran.dg/dec_type_print_3.f90 | 4 +- gcc/testsuite/gfortran.dg/pr91641.f90 | 7 + gcc/testsuite/gfortran.dg/pr91714.f90 | 10 + gcc/tree-inline.c | 41 +- gcc/tree-inline.h | 1 + gcc/tree-vect-loop.c | 292 ++++--------- gcc/tree-vect-stmts.c | 89 +++- gcc/tree-vectorizer.h | 3 +- libgomp/ChangeLog | 4 + libgomp/libgomp_g.h | 2 +- libstdc++-v3/ChangeLog | 12 + libstdc++-v3/include/parallel/checkers.h | 2 - libstdc++-v3/include/std/span | 45 +- .../testsuite/23_containers/span/lwg3255.cc | 69 +++ 34 files changed, 1111 insertions(+), 468 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/pr91853.c create mode 100644 gcc/testsuite/gcc.target/i386/pr91931.c create mode 100644 gcc/testsuite/gfortran.dg/pr91641.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr91714.f90 create mode 100644 libstdc++-v3/testsuite/23_containers/span/lwg3255.cc