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 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 adds 3979635c8e0 Daily bump. new a6eb46eb9f7 2019-03-03 Thomas Koenig tkoenig@gcc.gnu.org
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/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 11 ++ gcc/fortran/check.c | 24 +++-- gcc/fortran/resolve.c | 53 ++++++++-- gcc/testsuite/ChangeLog | 11 ++ gcc/testsuite/gfortran.dg/coarray_allocate_11.f90 | 15 +++ 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 ++++++++++++++++++---- 10 files changed, 222 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/coarray_allocate_11.f90 create mode 100644 gcc/testsuite/gfortran.dg/transfer_check_5.f90