This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from dc033e0149f testsuite, Darwin : Skip a test requiring strndup in libc. adds 07984707be4 d: ICE in gimple_register_canonical_type_1, at lto/lto-comm [...] adds 1925e514b4a d: Use POINTER_SIZE for testing whether to predefine D_LP64 adds ce15a3e757c d: Convert convert_for_rvalue switch statement into if condition adds 0abfd7f4f48 d: Get __c_wchar_t type from build_frontend_type adds 2b8543a8ce5 d: Use `int` to store class and struct flags adds 118a559df99 d: Update comment for TypeInfoVisitor::layout_base adds 766f5f87269 d: Call the assertp and boundsp variants for assert and arr [...] adds c3c669ac811 Darwin: Fixes for darwin_libc_has_function. adds 0e32a5aa8bc libiberty: Add support for D `typeof(*null)' types adds 34f3e0657a1 libiberty: Add support for demangling D function literals a [...] adds 392e141079a libiberty: Add support for demangling local D template decl [...] adds 1e77fd4f173 Daily bump. adds 7218c2ec365 Make sure we're playing with integral modes before call ext [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 10 ++ gcc/DATESTAMP | 2 +- gcc/config/darwin.c | 14 ++- gcc/d/ChangeLog | 65 +++++++++++ gcc/d/d-builtins.cc | 2 +- gcc/d/d-codegen.cc | 186 ++++++++++++++++++++++++-------- gcc/d/d-convert.cc | 4 +- gcc/d/d-tree.h | 8 +- gcc/d/expr.cc | 58 ++-------- gcc/d/runtime.cc | 5 + gcc/d/runtime.def | 24 +++-- gcc/d/toir.cc | 2 +- gcc/d/typeinfo.cc | 9 +- gcc/d/types.cc | 3 +- gcc/expmed.c | 103 +++++++++++++----- gcc/testsuite/ChangeLog | 10 ++ gcc/testsuite/gdc.dg/lto/pr102094_0.d | 18 ++++ libiberty/ChangeLog | 20 ++++ libiberty/d-demangle.c | 71 +++++++++--- libiberty/testsuite/d-demangle-expected | 34 +++++- 20 files changed, 482 insertions(+), 166 deletions(-) create mode 100644 gcc/testsuite/gdc.dg/lto/pr102094_0.d