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-defconfig in repository toolchain/ci/gcc.
from 139f7c95fc1 PR go/89406 go/internal/gccgoimporter: remove temporar [...] adds e3dcfc16ae8 PR target/89506 * config/arm/arm.md (cmpsi2_addneg): Use [...] adds 73e3d2ee2e4 PR c++/71446 * cp-tree.h (CONSTRUCTOR_IS_DESIGNATED_INIT) [...] adds 9cc3b79c3a1 2019-03-02 Harald Anlauf anlauf@gmx.de adds c1581215cf9 PR d/89177 - Fix unaligned access in std.digest.murmurhash new 3979635c8e0 Daily bump.
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 | 10 ++ gcc/DATESTAMP | 2 +- gcc/config/arm/arm.md | 24 +++-- gcc/config/arm/thumb2.md | 3 +- gcc/cp/ChangeLog | 15 +++ gcc/cp/call.c | 7 +- gcc/cp/cp-tree.h | 7 ++ gcc/cp/decl.c | 3 + gcc/cp/parser.c | 13 ++- gcc/cp/pt.c | 2 + gcc/fortran/ChangeLog | 6 ++ gcc/fortran/check.c | 24 +++-- gcc/testsuite/ChangeLog | 16 ++++ gcc/testsuite/g++.dg/cpp2a/desig10.C | 12 +++ gcc/testsuite/g++.dg/cpp2a/desig11.C | 14 +++ gcc/testsuite/g++.dg/ext/desig4.C | 4 + gcc/testsuite/gcc.dg/pr89506.c | 14 +++ gcc/testsuite/gfortran.dg/pr89492.f90 | 4 +- gcc/testsuite/gfortran.dg/transfer_check_5.f90 | 14 +++ libphobos/ChangeLog | 5 + libphobos/src/std/digest/murmurhash.d | 122 ++++++++++++++++++++----- 21 files changed, 274 insertions(+), 47 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/desig10.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/desig11.C create mode 100644 gcc/testsuite/gcc.dg/pr89506.c create mode 100644 gcc/testsuite/gfortran.dg/transfer_check_5.f90