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-allyesconfig in repository toolchain/gcc.
from 03385ed3d67 Add D front-end, libphobos library, and D2 testsuite. adds 51bd1eabfac 2018-10-28 François Dumont fdumont@gcc.gnu.org adds b3d1b253acc gcc/testsuite/ChangeLog: adds 60e6f2aae52 Daily bump. adds fca9a44ba85 combine: Fix various shortcomings in make_more_copies (PR87 [...] adds 6e306445ce3 Fix mingw-w64 Ada native bootstrap (PR81878). adds 8d11df62c9e GCOV: introduce --json-format. adds 8c9262bd303 2018-10-29 Richard Biener rguenther@suse.de adds 2f8309e161c [OpenACC] Support C++ "this" in OpenACC directives adds 17219b94130 2018-10-29 Richard Biener rguenther@suse.de adds 8e3634b754f Introduce notion of VXWORKS_PERSONALITY adds 04f8cb3e69f Extract VXWORKS_NET_LIBS_RTP from VXWORKS_LIBS_RTP adds 73d0ba07a30 2018-10-29 Richard Biener rguenther@suse.de adds 7d00ff1d2f2 compiler: add location_file adds 2e935a31438 compiler: pass a single flags argument to Backend::function
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 80 +++++++ gcc/DATESTAMP | 2 +- gcc/Makefile.in | 7 +- gcc/combine.c | 15 +- gcc/config/vxworks.h | 24 +- gcc/cp/ChangeLog | 7 + gcc/cp/semantics.c | 3 +- gcc/doc/gcov.texi | 193 +++++++++------ gcc/doc/generic.texi | 6 + gcc/gcov.c | 260 ++++++++++++--------- gcc/go/ChangeLog | 9 + gcc/go/go-gcc.cc | 22 +- gcc/go/go-linemap.cc | 14 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/backend.h | 49 ++-- gcc/go/gofrontend/go-linemap.h | 16 +- gcc/go/gofrontend/gogo.cc | 43 ++-- gcc/json.cc | 3 + gcc/json.h | 3 + gcc/match.pd | 24 ++ gcc/testsuite/ChangeLog | 23 ++ gcc/testsuite/g++.dg/gcov/gcov-8.C | 4 +- gcc/testsuite/gcc.dg/gimplefe-30.c | 16 ++ gcc/testsuite/gcc.dg/gimplefe-31.c | 16 ++ gcc/testsuite/gcc.dg/gimplefe-32.c | 14 ++ gcc/testsuite/gcc.dg/gimplefe-33.c | 16 ++ gcc/testsuite/gcc.dg/pr87790.c | 19 ++ gcc/testsuite/gcc.dg/torture/20181029-1.c | 81 +++++++ gcc/testsuite/gcc.dg/torture/20181029-2.c | 19 ++ gcc/testsuite/lib/gcov.exp | 55 ----- gcc/tree-vect-slp.c | 105 +++++---- gnattools/ChangeLog | 5 + gnattools/Makefile.in | 5 +- libgomp/ChangeLog | 5 + libgomp/testsuite/libgomp.oacc-c++/this.C | 43 ++++ libstdc++-v3/ChangeLog | 7 + .../testsuite/23_containers/deque/48101_neg.cc | 2 +- .../testsuite/23_containers/vector/48101_neg.cc | 2 +- .../testsuite/27_io/filesystem/path/io/dr2989.cc | 2 +- 39 files changed, 874 insertions(+), 347 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/gimplefe-30.c create mode 100644 gcc/testsuite/gcc.dg/gimplefe-31.c create mode 100644 gcc/testsuite/gcc.dg/gimplefe-32.c create mode 100644 gcc/testsuite/gcc.dg/gimplefe-33.c create mode 100644 gcc/testsuite/gcc.dg/pr87790.c create mode 100644 gcc/testsuite/gcc.dg/torture/20181029-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/20181029-2.c create mode 100644 libgomp/testsuite/libgomp.oacc-c++/this.C