This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-spec2k6-Os in repository toolchain/ci/gcc.
from ffa547ef60b PR c++/90190 - CTAD with list-constructor. adds cad9f0857b5 libphobos: core.atomic should have fallback when there's no [...] adds 3dbad48ecbe Cleanup algorithm implementations adds dff3f73c26d Delegate PSTL configuration to pstl/pstl_config.h adds fc207df19ee Daily bump. adds 9d3560da25e 2019-04-20 Sandra Loosemore sandra@codesourcery.com adds cbe95191b9c d: Ensure all unittests are registered against the original [...] adds 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
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 + MAINTAINERS | 1 + gcc/ChangeLog | 6 + gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000.md | 11 +- gcc/d/ChangeLog | 15 ++ gcc/d/decl.cc | 29 +++ gcc/d/modules.cc | 3 +- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/g++.dg/ipa/pr89009.C | 1 + libphobos/ChangeLog | 12 + libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/core/atomic.d | 268 ++++++++++++++++----- 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 | 26 ++ libstdc++-v3/include/bits/c++config | 82 +------ libstdc++-v3/include/pstl/glue_algorithm_impl.h | 14 +- .../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 + 28 files changed, 666 insertions(+), 458 deletions(-)