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-aarch64-lts-defconfig in repository toolchain/ci/gcc.
from 66edcee6e14 PR other/69006 PR testsuite/88920 * lib/gcc-dg.exp: If l [...] adds 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.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 44 +++++++ gcc/DATESTAMP | 2 +- gcc/asan.c | 12 +- gcc/config/i386/darwin.h | 128 +++++++++++---------- gcc/config/i386/i386.h | 2 +- gcc/config/sparc/linux.h | 9 +- gcc/config/sparc/linux64.h | 19 +-- gcc/config/sparc/sparc.c | 2 +- gcc/config/visium/t-visium | 5 +- .../rs6000-passes.def => visium/visium-passes.def} | 6 +- gcc/config/visium/visium-protos.h | 2 + gcc/config/visium/visium.c | 27 ++--- gcc/config/visium/visium.h | 8 +- gcc/config/visium/visium.md | 31 +++-- gcc/final.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 - libgcc/ChangeLog | 5 + libgcc/config/visium/lib2funcs.c | 4 +- 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 +- 41 files changed, 427 insertions(+), 170 deletions(-) copy gcc/config/{rs6000/rs6000-passes.def => visium/visium-passes.def} (83%)