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_fx/gnu-master-aarch64-cpu2017-O3 in repository toolchain/ci/gcc.
from ed06274eacc compiler: permit expressions of abstract bool to remain abstract adds 6201277441d d: Add `@simd` and `@simd_clones` attributes to compiler an [...] adds ad4c44d20ec d: Use create_tmp_var_raw and get_callee_fndecl adds 53c4ef1e3cc libgo: make runtime.Version return a meaningful string adds 74956337e82 compiler: use package path with embedded builtin type
No new revisions were added by this update.
Summary of changes: gcc/d/d-attribs.cc | 65 ++++++++++++++++++++++++++++++++++ gcc/d/d-codegen.cc | 6 ++-- gcc/d/decl.cc | 7 ++-- gcc/d/intrinsics.cc | 13 ++----- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/names.cc | 29 ++++++++++----- gcc/testsuite/gdc.dg/attr_simd1.d | 40 +++++++++++++++++++++ gcc/testsuite/gdc.dg/attr_simd2.d | 16 +++++++++ libgo/Makefile.am | 1 + libgo/Makefile.in | 1 + libgo/go/runtime/extern.go | 10 ------ libphobos/libdruntime/gcc/attributes.d | 40 +++++++++++++++++++++ 12 files changed, 192 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/gdc.dg/attr_simd1.d create mode 100644 gcc/testsuite/gdc.dg/attr_simd2.d