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-arm-bootstrap_lto 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 [...] adds d7e56b084d0 libffi: Fix MIPS r6 support adds caf81d3b575 Use __builtin_trap() for abort() if inhibit_libc adds 1313111fdec Make sure -fexceptions is enabled when -fnon-call-exceptions is adds 89f33f44add tree-optimization/102128 - rework if-converted BB vect heuristic
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 10 ++ gcc/DATESTAMP | 2 +- gcc/common.opt | 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/doc/invoke.texi | 3 +- gcc/expmed.c | 103 +++++++++++++----- gcc/testsuite/ChangeLog | 10 ++ gcc/testsuite/gdc.dg/lto/pr102094_0.d | 18 ++++ gcc/tree-vect-slp.c | 112 +++++++++---------- gcc/tsystem.h | 2 +- libffi/src/mips/ffi.c | 8 ++ libffi/src/mips/n32.S | 2 + libiberty/ChangeLog | 20 ++++ libiberty/d-demangle.c | 71 +++++++++--- libiberty/testsuite/d-demangle-expected | 34 +++++- 26 files changed, 554 insertions(+), 223 deletions(-) create mode 100644 gcc/testsuite/gdc.dg/lto/pr102094_0.d