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-allnoconfig in repository toolchain/ci/gcc.
from d901a66ab20 d: Use semanticRun to prevent declaration pass from running [...] adds 46fbb8aa031 libstdc++-v3 Skip tests on Darwin8-10. adds 0e5b447c741 Fix test fails on powerpc-darwin. adds 1af4a18e22e MAINTAINERS - add iains as darwin co-maintainer. adds b0b1cd08b17 libphobos: Merge upstream druntime 4b2674b3 adds 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. new a796a135414 2019-04-22 Paul Thomas pault@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 | 4 + MAINTAINERS | 1 + gcc/ChangeLog | 20 ++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000.md | 11 +- 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 | 3 +- .../libdruntime/core/sys/dragonflybsd/execinfo.d | 208 +++++++++++---------- libphobos/libdruntime/core/sys/freebsd/execinfo.d | 204 ++++++++++---------- libphobos/libdruntime/core/sys/netbsd/execinfo.d | 204 ++++++++++---------- libphobos/src/MERGE | 2 +- .../allocator/building_blocks/region.d | 1 + libphobos/src/std/process.d | 17 +- libstdc++-v3/ChangeLog | 9 + .../testsuite/17_intro/headers/c++1998/charset.cc | 1 + .../testsuite/17_intro/headers/c++2011/charset.cc | 1 + .../testsuite/17_intro/headers/c++2014/charset.cc | 1 + .../testsuite/17_intro/headers/c++2017/charset.cc | 1 + .../testsuite/17_intro/headers/c++2020/charset.cc | 1 + 31 files changed, 520 insertions(+), 344 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr90178.c create mode 100644 gcc/testsuite/gfortran.dg/class_70.f03