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-allnoconfig in repository toolchain/ci/gcc.
from 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 [...] adds 9ad48282b29 2019-02-17 Thomas Koenig tkoenig@gcc.gnu.org adds 3bb711c44d9 Fix excess warnings from -Wtype-limits with location wrappe [...] new d43619f4b68 PR middle-end/88074 * simplify.c (simplify_transformation [...] new 3d05392c15f i386: Correct *vec_extractv2si_zext_mem
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/i386.md | 5 +- gcc/config/i386/mmx.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 | 25 +++++++ gcc/fortran/simplify.c | 82 +++++++++++++++++++--- 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 | 26 +++++++ .../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 +++ libgo/runtime/runtime.h | 2 +- 35 files changed, 470 insertions(+), 113 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