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-lts-defconfig in repository toolchain/ci/gcc.
from 2233d3a55ea PR d/90130 d/dmd: Merge upstream dmd 065fbd452 adds 4696159c11c Daily bump. adds a796a135414 2019-04-22 Paul Thomas pault@gcc.gnu.org adds 127d812973e libphobos: Merge upstream druntime 109f0f2e adds 1d42f3ce5c0 libphobos: Merge upstream phobos b538f758a adds 56dc756d6ed Add myself to MAINTAINERS adds 800688513b6 PR c++/87366 - wrong error with alias template. new 7042c69be19 2019-04-19 Steven G. Kargl kargl@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: ChangeLog | 5 + MAINTAINERS | 2 +- gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 8 + gcc/cp/typeck.c | 15 ++ gcc/fortran/ChangeLog | 17 ++ gcc/fortran/decl.c | 29 +++ gcc/fortran/resolve.c | 8 +- gcc/fortran/trans-intrinsic.c | 25 ++- gcc/testsuite/ChangeLog | 10 + gcc/testsuite/g++.dg/cpp0x/alias-decl-66.C | 21 ++ gcc/testsuite/gfortran.dg/class_70.f03 | 38 ++++ gcc/testsuite/gfortran.dg/submodule_22.f08 | 8 +- libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/core/runtime.d | 24 ++- libphobos/libdruntime/core/stdc/math.d | 257 ++++++++++++------------ libphobos/libdruntime/core/sys/posix/fcntl.d | 7 + libphobos/libdruntime/core/sys/posix/spawn.d | 5 +- libphobos/libdruntime/core/sys/posix/sys/stat.d | 4 +- libphobos/libdruntime/core/thread.d | 65 +++++- libphobos/libdruntime/rt/aApplyR.d | 8 +- libphobos/libdruntime/rt/config.d | 2 +- libphobos/libdruntime/rt/dmain2.d | 4 + libphobos/libdruntime/rt/monitor_.d | 12 +- libphobos/libdruntime/rt/qsort.d | 30 +++ libphobos/src/MERGE | 2 +- libphobos/src/std/net/curl.d | 4 +- libphobos/src/std/outbuffer.d | 10 +- libphobos/src/std/uni.d | 22 +- libphobos/src/std/xml.d | 12 +- 30 files changed, 490 insertions(+), 168 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-66.C create mode 100644 gcc/testsuite/gfortran.dg/class_70.f03