This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 1158fe43407 openmp: Conforming device numbers and omp_{initial,invalid}_device adds e55eda23854 d: Improve TypeInfo errors when compiling in -fno-rtti mode adds 1d205dbac1e Factor out common internal-fn idiom adds f8baf4004ef Add a general mapping from internal fns to target insns adds 77718f38f89 d: Match function declarations of gcc built-ins from any module. adds b3dd7d8b482 i386: Return true for (SUBREG (MEM....)) in register_no_eli [...]
No new revisions were added by this update.
Summary of changes: gcc/config/i386/predicates.md | 7 + gcc/d/d-builtins.cc | 136 +++++++- gcc/d/d-compiler.cc | 40 ++- gcc/d/d-tree.h | 5 +- gcc/d/expr.cc | 36 +- gcc/d/lang.opt | 4 + gcc/d/typeinfo.cc | 34 +- gcc/internal-fn.cc | 379 +++++++-------------- gcc/internal-fn.def | 34 +- gcc/internal-fn.h | 20 +- gcc/testsuite/gcc.target/i386/pr105927.c | 18 + .../gdc.dg/Wbuiltin_declaration_mismatch.d | 37 ++ gcc/testsuite/gdc.dg/builtins.d | 17 + gcc/testsuite/gdc.dg/rtti1.d | 18 + 14 files changed, 459 insertions(+), 326 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr105927.c create mode 100644 gcc/testsuite/gdc.dg/Wbuiltin_declaration_mismatch.d create mode 100644 gcc/testsuite/gdc.dg/builtins.d create mode 100644 gcc/testsuite/gdc.dg/rtti1.d