This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Os in repository toolchain/ci/gcc.
from 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. adds 7042c69be19 2019-04-19 Steven G. Kargl kargl@gcc.gnu.org adds 849afb2e49c Daily bump.
No new revisions were added by this update.
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