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-allmodconfig in repository toolchain/ci/gcc.
from 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 [...] adds d43619f4b68 PR middle-end/88074 * simplify.c (simplify_transformation [...] adds 3d05392c15f i386: Correct *vec_extractv2si_zext_mem adds 94d48c3217c i386: Add ssse3_pmulhrswv4hi3 expander adds 9ee6d68dc9f Daily bump. adds 44cafe18840 [RS6000] Fix <bd>_<mode> and <bd>tf_<mode> splitters
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 21 ++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 6 ++ gcc/c-family/c-common.c | 13 +++- gcc/config/i386/mmx.md | 5 +- gcc/config/i386/sse.md | 26 ++++++- gcc/config/rs6000/rs6000.md | 6 +- gcc/fortran/ChangeLog | 25 +++++++ gcc/fortran/simplify.c | 82 +++++++++++++++++++--- gcc/fortran/trans-decl.c | 27 +++++++ gcc/testsuite/ChangeLog | 16 +++++ .../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/wrappers/pr88680.C | 56 +++++++++++++++ gcc/testsuite/gfortran.dg/coarray_data_1.f90 | 11 +++ 16 files changed, 277 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/g++.dg/wrappers/pr88680.C create mode 100644 gcc/testsuite/gfortran.dg/coarray_data_1.f90