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_debug in repository toolchain/ci/gcc.
from f5ff3a8ed4c Improve handling of table overflows in modref_ref_node adds a21e5de4214 Daily bump. adds fc3e9f58ec1 Darwin, X86 : Implement __cache_clear. adds 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. new 0e32a5aa8bc libiberty: Add support for D `typeof(*null)' types new 34f3e0657a1 libiberty: Add support for demangling D function literals a [...] new 392e141079a libiberty: Add support for demangling local D template decl [...]
The 3 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: gcc/ChangeLog | 22 ++++ gcc/DATESTAMP | 2 +- gcc/config/darwin.c | 14 ++- gcc/config/i386/darwin.h | 5 + 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/fortran/ChangeLog | 6 + gcc/testsuite/ChangeLog | 9 ++ gcc/testsuite/gcc.dg/analyzer/strndup-1.c | 1 + gcc/testsuite/gdc.dg/lto/pr102094_0.d | 18 +++ libiberty/d-demangle.c | 71 +++++++++--- libiberty/testsuite/d-demangle-expected | 34 +++++- libstdc++-v3/ChangeLog | 26 +++++ 21 files changed, 368 insertions(+), 141 deletions(-) create mode 100644 gcc/testsuite/gdc.dg/lto/pr102094_0.d