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-next-defconfig in repository toolchain/ci/gcc.
from 600bc9f1202 PR go/89168 libgo: change gotest to run examples with output adds 81487fff93c compiler, runtime: harmonize types referenced by both C and Go adds 689babb363d PR other/89342 * optc-save-gen.awk: Handle optimize_fast [...] adds 8c6d2f0f033 PR c/89340 * c-decl.c (start_function): Clear TREE_PUBLIC [...] adds bc6e884ff51 PR tree-optimization/89278 * tree-loop-distribution.c: In [...] adds adcec5a35be * c-c++-common/ubsan/opts-1.c: New test. * c-c++-common/u [...] adds 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 new bf4d9552d7c Daily bump.
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 | 60 ++++++++++ gcc/DATESTAMP | 2 +- gcc/asan.c | 12 +- gcc/c/ChangeLog | 6 + gcc/c/c-decl.c | 8 +- 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 +- gcc/config/visium/visium-passes.def | 27 +++++ 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 | 30 +++-- gcc/go/gofrontend/expressions.h | 2 +- gcc/go/gofrontend/gogo.cc | 18 +-- gcc/go/gofrontend/gogo.h | 4 +- gcc/go/gofrontend/runtime.cc | 12 -- gcc/go/gofrontend/runtime.def | 10 +- gcc/go/gofrontend/wb.cc | 37 ++++-- gcc/optc-save-gen.awk | 13 ++- gcc/opth-gen.awk | 3 +- gcc/shrink-wrap.c | 7 +- gcc/testsuite/ChangeLog | 58 ++++++++++ .../c-c++-common/patchable_function_entry-decl.c | 3 +- .../patchable_function_entry-default.c | 3 +- .../patchable_function_entry-definition.c | 3 +- gcc/testsuite/c-c++-common/ubsan/opts-1.c | 23 ++++ gcc/testsuite/c-c++-common/ubsan/opts-2.c | 23 ++++ gcc/testsuite/c-c++-common/ubsan/opts-3.c | 23 ++++ gcc/testsuite/c-c++-common/ubsan/opts-4.c | 27 +++++ gcc/testsuite/g++.dg/asan/asan_oob_test.cc | 4 + gcc/testsuite/g++.dg/asan/function-argument-3.C | 15 ++- gcc/testsuite/gcc.dg/pr89278.c | 23 ++++ gcc/testsuite/gcc.dg/pr89340.c | 9 ++ gcc/testsuite/gcc.dg/pr89342.c | 11 ++ gcc/testsuite/gcc.dg/torture/pr57036-2.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr84859.c | 2 +- .../gcc.target/sparc/struct-ret-check-1.c | 2 +- gcc/testsuite/gdc.test/gdc-test.exp | 12 +- gcc/testsuite/lib/gcc-dg.exp | 16 ++- gcc/testsuite/lib/target-supports.exp | 1 - gcc/tree-loop-distribution.c | 5 +- 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/mgc.go | 2 +- libgo/go/runtime/netpoll.go | 22 ++-- libgo/go/runtime/os_linux_s390x.go | 16 ++- libgo/go/runtime/proc.go | 2 +- libgo/go/runtime/stubs.go | 3 +- libgo/go/syscall/syscall_unix.go | 47 +------- libgo/go/syscall/wait.c | 16 +-- libgo/runtime/go-caller.c | 4 +- libgo/runtime/go-callers.c | 6 +- libgo/runtime/go-libmain.c | 2 +- libgo/runtime/go-main.c | 2 +- libgo/runtime/go-reflect-call.c | 3 +- libgo/runtime/go-varargs.c | 17 +++ libgo/runtime/panic.c | 2 +- libgo/runtime/runtime.h | 8 +- libgo/runtime/stack.c | 14 +-- 70 files changed, 788 insertions(+), 287 deletions(-) create mode 100644 gcc/config/visium/visium-passes.def create mode 100644 gcc/testsuite/c-c++-common/ubsan/opts-1.c create mode 100644 gcc/testsuite/c-c++-common/ubsan/opts-2.c create mode 100644 gcc/testsuite/c-c++-common/ubsan/opts-3.c create mode 100644 gcc/testsuite/c-c++-common/ubsan/opts-4.c create mode 100644 gcc/testsuite/gcc.dg/pr89278.c create mode 100644 gcc/testsuite/gcc.dg/pr89340.c create mode 100644 gcc/testsuite/gcc.dg/pr89342.c