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-stable-allmodconfig in repository toolchain/gcc.
from 1710a063d71 Merge dmd upstream e2fe2687b adds fe8c7c6b9af 2018-12-09 Fritz Reese fritzoreese@gmail.com adds d6e5a859289 2018-12-09 Thomas Koenig tkoenig@gcc.gnu.org adds b79c59fba14 2018-12-09 Steven G. Kargl kargl@gcc.gnu.org adds f3c59f1b824 * config.gcc (hppa*-*-linux*): Add pa/t-pa to tmake_file. [...] adds dd5e32e7397 Generate and scan documentation output in Ddoc tests. adds 4f0786575be libphobos: Add druntime bindings for SPARC/Solaris adds 54b7187217f 2018-12-09 Steven G. Kargl kargl@gcc.gnu.org adds 8c432fac863 Daily bump. adds a1d43205ff3 * auto-profile.c (string_table::get_index_by_decl) (funct [...] adds f909b305903 * auto-profile.c (afdo_calculate_branch_prob): Convert pro [...] adds dda7755db7f Don't try to use libgcc-unwind.map with --disable-shared (P [...] adds 4df3d988d1d Add missing def of TARGET_VXWORKS_HAVE_CTORS_DTORS for VxWorksAE adds 1a6efb71ba8 * c-c++-common/patchable_function_entry-decl.c: Pass -mcpu [...] adds d491a51f434 libphobos: Fix modify immutable error on Solaris. adds c6f46fccc4f 2018-12-10 Richard Biener rguenther@suse.de adds d8575c0c701 PR testsuite/88369 * gcc.dg/vect/vect-ivdep-1.c: Prune ve [...] adds a2fd08219c8 [PR 88214] Check that an argument is a pointer adds 2e525a31659 PR ipa/87955 * gcc.target/i386/pr87955.c: Add -msse2 -mfp [...] adds ab0481414d8 2018-12-10 Richard Biener rguenther@suse.de adds 9861da3b17e 2018-12-10 Richard Biener rguenther@suse.de adds ad9530d2ec8 Make test for Filesystem TS actually use the Filesystem TS adds 95fa3e2d427 PR target/88418 * config/i386/i386.c (ix86_expand_sse_cmp [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 67 +++++++++++++++- gcc/DATESTAMP | 2 +- gcc/auto-profile.c | 10 ++- gcc/config.gcc | 3 +- gcc/config/i386/i386.c | 11 ++- gcc/config/{riscv/riscv-d.c => pa/pa-d.c} | 18 ++--- gcc/config/pa/pa-protos.h | 3 + gcc/config/pa/pa.h | 3 + gcc/config/pa/t-pa | 4 + gcc/config/sol2.h | 2 +- gcc/config/vxworksae.h | 6 ++ gcc/fortran/ChangeLog | 16 ++++ gcc/fortran/io.c | 54 ++++++------- gcc/fortran/match.c | 5 ++ gcc/fortran/resolve.c | 4 +- gcc/gimple.c | 13 ++-- gcc/ipa-prop.c | 3 +- gcc/testsuite/ChangeLog | 71 ++++++++++++++++- .../c-c++-common/patchable_function_entry-decl.c | 4 +- .../patchable_function_entry-default.c | 4 +- .../patchable_function_entry-definition.c | 4 +- gcc/testsuite/g++.dg/vect/pr33426-ivdep-2.cc | 1 + gcc/testsuite/g++.dg/vect/pr33426-ivdep-3.cc | 1 + gcc/testsuite/g++.dg/vect/pr33426-ivdep-4.cc | 1 + gcc/testsuite/g++.dg/vect/pr33426-ivdep.cc | 1 + gcc/testsuite/gcc.dg/gomp/pr88415.c | 12 +++ gcc/testsuite/gcc.dg/ipa/pr88214.c | 10 +++ gcc/testsuite/gcc.dg/pr88427.c | 20 +++++ gcc/testsuite/gcc.dg/vect/nodump-vect-opt-info-1.c | 1 + gcc/testsuite/gcc.dg/vect/vect-ivdep-1.c | 1 + gcc/testsuite/gcc.dg/vect/vect-ivdep-2.c | 1 + gcc/testsuite/gcc.target/i386/pr87955.c | 2 +- gcc/testsuite/gcc.target/i386/pr88418.c | 15 ++++ gcc/testsuite/gdc.test/gdc-test.exp | 26 ++++++- gcc/testsuite/gfortran.dg/pr88205.f90 | 14 ++++ gcc/testsuite/gfortran.dg/pr88206.f90 | 8 ++ gcc/testsuite/gfortran.dg/pr88228.f90 | 8 ++ gcc/tree-affine.c | 61 +++++++-------- gcc/vr-values.c | 10 ++- libgfortran/ChangeLog | 11 +++ libgfortran/io/transfer.c | 20 ++--- libgomp/ChangeLog | 5 ++ libgomp/testsuite/libgomp.fortran/async_io_8.f90 | 30 ++++++++ libphobos/libdruntime/core/stdc/fenv.d | 48 ++++++++++++ libphobos/libdruntime/core/sys/posix/aio.d | 68 ++++++++++++++++- libphobos/libdruntime/core/sys/posix/ucontext.d | 88 +++++++++++++++++++++- libphobos/libdruntime/core/thread.d | 2 +- libstdc++-v3/ChangeLog | 5 ++ .../filesystem/path/query/is_absolute.cc | 10 +-- 49 files changed, 658 insertions(+), 129 deletions(-) copy gcc/config/{riscv/riscv-d.c => pa/pa-d.c} (73%) create mode 100644 gcc/config/pa/t-pa create mode 100644 gcc/testsuite/gcc.dg/gomp/pr88415.c create mode 100644 gcc/testsuite/gcc.dg/ipa/pr88214.c create mode 100644 gcc/testsuite/gcc.dg/pr88427.c create mode 100644 gcc/testsuite/gcc.target/i386/pr88418.c create mode 100644 gcc/testsuite/gfortran.dg/pr88205.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr88206.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr88228.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/async_io_8.f90