This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-defconfig in repository toolchain/ci/gcc.
from ca5e75514d1 libgcc/ * config/visium/lib2funcs.c (__set_trampoline_pari [...] adds 9703fa32c66 * c-c++-common/patchable_function_entry-decl.c: Do not run [...] adds 2df51ced92a * gcc.target/sparc/struct-ret-check-1.c: Add -fno-pie option. adds 7d32ec88cc6 runtime: add type cast for non-split-stack calls to sca [...] adds d9c42406016 runtime: include <syscall.h> and <sys/syscall.h> if available adds a0b2fd707f3 PR go/89123 internal/cpu, runtime: add S/390 CPU capab [...] adds dee6bc16ce5 2019-02-15 Aaron Sawdey acsawdey@linux.ibm.com adds a35cc95b470 Arm: Remove alternative from neon_softfp_fp16 directive. adds 20a1e42bf4b * config/i386/darwin.h (TARGET_FPMATH_DEFAULT_P): New define. adds 821e5486588 i386: Fix ')' in VALID_MMX_REG_MODE adds 6d6e18921dc PR go/89368 compiler: write barrier check nil-check po [...] adds 724165bd228 * asan.c (asan_emit_stack_protection): Use full-sized mask [...] adds 1721368e56a * config/sparc/linux.h (ASAN_CC1_SPEC): Define. (CC1_SPEC [...] adds 88af6fa9fec * g++.dg/asan/asan_oob_test.cc: Skip OOB_int on SPARC. * [...] adds 9a8c5dc032f compiler,runtime: use __builtin_dwarf_cfa for getcallersp adds bf4d9552d7c Daily bump. new c2008037f26 * config/i386/i386.md (*movqi_internal): Remove static fro [...]
The 1 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 | 36 ++++++ gcc/DATESTAMP | 2 +- gcc/asan.c | 12 +- gcc/config/i386/darwin.h | 128 +++++++++++---------- gcc/config/i386/i386.h | 2 +- gcc/config/i386/i386.md | 5 +- gcc/config/i386/sse.md | 55 +++++---- gcc/config/sparc/linux.h | 9 +- gcc/config/sparc/linux64.h | 19 +-- gcc/config/sparc/sparc.c | 2 +- gcc/go/ChangeLog | 5 + gcc/go/go-gcc.cc | 5 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 24 ++-- gcc/go/gofrontend/expressions.h | 2 +- gcc/go/gofrontend/gogo.cc | 13 ++- gcc/go/gofrontend/gogo.h | 4 +- gcc/go/gofrontend/wb.cc | 3 +- gcc/shrink-wrap.c | 7 +- gcc/testsuite/ChangeLog | 22 ++++ .../c-c++-common/patchable_function_entry-decl.c | 3 +- .../patchable_function_entry-default.c | 3 +- .../patchable_function_entry-definition.c | 3 +- gcc/testsuite/g++.dg/asan/asan_oob_test.cc | 4 + gcc/testsuite/g++.dg/asan/function-argument-3.C | 15 ++- gcc/testsuite/gcc.dg/tree-ssa/pr84859.c | 2 +- .../gcc.target/sparc/struct-ret-check-1.c | 2 +- gcc/testsuite/lib/target-supports.exp | 1 - libgo/go/internal/cpu/cpu_gccgo.c | 115 ++++++++++++++++++ libgo/go/internal/cpu/cpu_s390x.go | 22 ++-- libgo/go/runtime/os_linux_s390x.go | 16 ++- libgo/runtime/go-varargs.c | 6 + libgo/runtime/runtime.h | 2 +- libgo/runtime/stack.c | 8 +- 34 files changed, 397 insertions(+), 162 deletions(-)