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-lts-allnoconfig in repository toolchain/gcc.
from 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 [...] adds efc9a2bd4f1 2018-12-29 Dominique d'Humieres dominiq@gcc.gnu.org adds e364000d607 * config.gcc (hppa*64*-*-linux*): Add pa/t-pa to tm [...] adds db3a692f351 2018-12-25 Steven G. Kargl kargl@gcc.gnu.org adds a2b8afa05f8 2018-12-29 Steven G. Kargl kargl@gcc.gnu.org
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 28 ++++- gcc/DATESTAMP | 2 +- gcc/config.gcc | 13 ++- gcc/config/i386/i386.h | 21 ++-- gcc/fortran/ChangeLog | 7 ++ gcc/fortran/cpp.c | 22 ++++ gcc/fortran/gfortran.texi | 10 +- 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 | 27 +++++ 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/testsuite/gcc.dg/torture/pr25967-1.c | 1 + gcc/testsuite/gcc.dg/torture/pr25967-2.c | 1 + gcc/testsuite/gcc.dg/torture/pr68037-1.c | 1 + gcc/testsuite/gcc.dg/torture/pr68037-2.c | 1 + gcc/testsuite/gcc.dg/torture/pr68037-3.c | 1 + gcc/testsuite/gcc.dg/torture/pr68264.c | 1 + gcc/testsuite/gfortran.dg/ieee/ieee_10.f90 | 32 ++++++ gcc/tree-ssa-strlen.c | 7 ++ libgfortran/ChangeLog | 6 ++ libgfortran/ieee/ieee_arithmetic.F90 | 118 ++++++++++++++++++++- libgo/runtime/go-callers.c | 8 +- libgo/runtime/go-unwind.c | 2 + libgo/runtime/runtime.h | 6 ++ 29 files changed, 319 insertions(+), 87 deletions(-) copy libgomp/testsuite/libgomp.c++/task-reduction-14.C => gcc/testsuite/g++.dg/gom [...] create mode 100644 gcc/testsuite/gfortran.dg/ieee/ieee_10.f90