This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-spec2k6-O2_LTO in repository toolchain/ci/gcc.
from 32506afe445 2019-07-10 Richard Biener rguenther@suse.de adds 9cab6d1cbc1 Fix wi::lshift adds c2930418d60 2019-07-10 Vladimir Makarov vmakarov@redhat.com adds 9a9e0d61cfb PR testsuite/91132 - test gcc.dg/strlenopt-67.c in r273317 fails adds 63196477131 compiler: add break label in 1,2-case select statement [...] adds 6628d899cf0 compiler: finalize methods when importing types adds 7abd4ee1441 [arm] Fix BE index for single-var vector initialisers (PR91060) adds 4f8eb8a1279 Fix folding of vector EQ/NE adds 257dd0e2cec [Darwin, PPC] Collate the system library spec into one expression. adds 0b08470bcb3 2019-07-10 Michael Meissner meissner@linux.ibm.com adds 4db8fa383bc Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 49 ++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/arm/arm.c | 35 ++------------------ gcc/config/arm/iterators.md | 3 ++ gcc/config/arm/neon.md | 14 ++++---- gcc/config/rs6000/darwin.h | 18 +++++++++++ gcc/config/rs6000/darwin7.h | 12 +------ gcc/config/rs6000/darwin8.h | 14 ++------ gcc/config/rs6000/predicates.md | 6 ++-- gcc/config/rs6000/rs6000.c | 4 +-- gcc/config/rs6000/rs6000.h | 27 +++++++++++----- gcc/fold-const.c | 14 ++++++-- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/gogo.cc | 18 ----------- gcc/go/gofrontend/gogo.h | 18 +++++++++++ gcc/go/gofrontend/import.cc | 39 +++++++++++++++++++++- gcc/go/gofrontend/import.h | 10 ++++-- gcc/go/gofrontend/statements.cc | 8 +++++ gcc/lra-constraints.c | 17 +++++++--- gcc/testsuite/ChangeLog | 10 ++++++ gcc/testsuite/gcc.dg/strlenopt-67.c | 52 ------------------------------ gcc/testsuite/gcc.target/aarch64/pr91102.c | 26 +++++++++++++++ gcc/wide-int.h | 3 +- 23 files changed, 241 insertions(+), 160 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/pr91102.c