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-mainline-allnoconfig in repository toolchain/gcc.
from 813421cdb97 For libgomp OpenACC entry points, redefine the "device" arg [...] adds a418e849cae x86-64: Remove .file directive from snapshot source adds 4a4bec8257a x86-64: Remove .file directive from snapshot source adds e29238879ae 2018-12-28 Steven G. Kargl kargl@gcc.gnu.org adds 8aee7fcb58b * c-c++-common/ident-1b.c: XFAIL AIX and Darwin. [...] adds b74ab41ec0b * tree-ssa-strlen.c (maybe_diag_stxncpy_trunc): Avoid und [...] adds 2f86af0adfc compiler: remove escapes_ field from Variable and Resul [...] adds c31658430d2 * config/i386/i386.h (ADDITIONAL_REGISTER_NAMES): Add sil [...] adds eb5f837bef5 runtime: prevent deadlock when profiling signal arrives [...] adds 640647d4a9e Daily bump. adds c75a1c19f2f PR ipa/88586 * omp-low.c (lower_omp_task_reductions): Set [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 19 ++++++++++- gcc/DATESTAMP | 2 +- gcc/config/i386/i386.h | 21 ++++-------- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 22 +++--------- gcc/go/gofrontend/gogo.cc | 3 +- gcc/go/gofrontend/gogo.h | 39 ++-------------------- gcc/omp-low.c | 10 ++++++ gcc/testsuite/ChangeLog | 19 +++++++++++ gcc/testsuite/c-c++-common/ident-1b.c | 3 +- gcc/testsuite/c-c++-common/ident-2b.c | 3 +- .../testsuite/g++.dg/gomp/pr88586.C | 9 +++-- .../gcc.target/x86_64/abi/asm-support-darwin.s | 1 - gcc/testsuite/gcc.target/x86_64/abi/asm-support.S | 1 - .../gcc.target/x86_64/abi/avx/asm-support-darwin.s | 1 - .../gcc.target/x86_64/abi/avx/asm-support.S | 1 - .../gcc.target/x86_64/abi/avx512f/asm-support.S | 1 - gcc/tree-ssa-strlen.c | 7 ++++ libgfortran/ChangeLog | 5 +++ libgfortran/intrinsics/string_intrinsics_inc.c | 8 +++++ libgo/runtime/go-callers.c | 8 ++--- libgo/runtime/go-unwind.c | 2 ++ libgo/runtime/runtime.h | 6 ++++ 23 files changed, 106 insertions(+), 87 deletions(-) copy libgomp/testsuite/libgomp.c++/task-reduction-14.C => gcc/testsuite/g++.dg/gom [...]