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-stable-allyesconfig in repository toolchain/ci/gcc.
from 1072fa69154 PR d/90064 libphobos: Merge upstream phobos 428460ddd adds 328450f47f6 LRA: Revert "Remove useless move insns" adds 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 new 56dc756d6ed Add myself to MAINTAINERS
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/ChangeLog | 14 ++ gcc/DATESTAMP | 2 +- gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/constfold.c | 6 +- gcc/fortran/ChangeLog | 10 + gcc/fortran/resolve.c | 8 +- gcc/fortran/trans-intrinsic.c | 25 ++- gcc/lra-spills.c | 15 -- gcc/testsuite/ChangeLog | 10 + gcc/testsuite/gcc.target/i386/pr90178.c | 13 ++ gcc/testsuite/gdc.test/runnable/mars1.d | 6 +- gcc/testsuite/gdc.test/runnable/test12.d | 9 +- gcc/testsuite/gdc.test/runnable/test23.d | 29 +-- gcc/testsuite/gfortran.dg/class_70.f03 | 38 ++++ 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 +- 33 files changed, 463 insertions(+), 201 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr90178.c create mode 100644 gcc/testsuite/gfortran.dg/class_70.f03