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-lts-allmodconfig in repository toolchain/ci/gcc.
from 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. adds c2008037f26 * config/i386/i386.md (*movqi_internal): Remove static fro [...] adds 78a0882d682 PR rtl-optimization/66152 * builtins.h (c_readstr): Decla [...] adds 62fce26f785 * c-c++-common/patchable_function_entry-decl.c: Add -fno-p [...] new 9ad48282b29 2019-02-17 Thomas Koenig tkoenig@gcc.gnu.org new 3bb711c44d9 Fix excess warnings from -Wtype-limits with location wrappe [...]
The 2 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 | 41 +++++++ gcc/DATESTAMP | 2 +- gcc/asan.c | 12 +- gcc/builtins.c | 13 ++- gcc/builtins.h | 1 + gcc/c-family/ChangeLog | 6 + gcc/c-family/c-common.c | 13 ++- 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/expr.c | 66 +++++++---- gcc/fortran/ChangeLog | 8 ++ gcc/fortran/trans-decl.c | 27 +++++ 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/testsuite/ChangeLog | 32 ++++++ .../c-c++-common/patchable_function_entry-decl.c | 1 + .../patchable_function_entry-default.c | 1 + .../patchable_function_entry-definition.c | 1 + gcc/testsuite/g++.dg/asan/asan_oob_test.cc | 4 + gcc/testsuite/g++.dg/asan/function-argument-3.C | 15 ++- gcc/testsuite/g++.dg/wrappers/pr88680.C | 56 +++++++++ gcc/testsuite/gcc.target/i386/pr66152.c | 25 ++++ gcc/testsuite/gfortran.dg/coarray_data_1.f90 | 11 ++ gcc/testsuite/lib/target-supports.exp | 1 - libgo/runtime/runtime.h | 2 +- 36 files changed, 452 insertions(+), 164 deletions(-) create mode 100644 gcc/testsuite/g++.dg/wrappers/pr88680.C create mode 100644 gcc/testsuite/gcc.target/i386/pr66152.c create mode 100644 gcc/testsuite/gfortran.dg/coarray_data_1.f90