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-defconfig in repository toolchain/ci/gcc.
from db6c512daf3 * tree-ssa-alias.c (aliasing_component_refs_p): Remove for [...] adds 955e61aba25 2019-07-02 Richard Biener rguenther@suse.de adds 28cf2b462be * cfgexpand.c (pass_expand::execute): Deal specially with [...] adds 357d109c33a * cfgrtl.c (commit_edge_insertions): Rebuild jump labels chain. adds 9774e99ebd1 Fix preprocessor checks for Clang builtins adds 8a529f7e4ee Fix amdgcn regrename ICE. adds ff6892fe5ae * config/i386/mmx.md (mmx_pack<s_trunsuffix>swb): Use TAR [...] adds 07ccb2ee106 compiler: use builtin memset for non-pointer memclr adds 2c958f98d8b 2019-07-02 Aaron Sawdey acsawdey@linux.ibm.com adds 89d2d652237 [PATCH, Ada, Darwin, PPC] PPC Darwin has stack check probes. adds 6688c48bbf4 PR preprocessor/90581 Add a cpp option -fmax-include-depth [...] adds 428e685e22e PR tree-optimization/90883 * g++.dg/tree-ssa/pr90883.c: A [...] adds 468a2cae849 Daily bump. adds 632f6e6c017 PR testsuite/91065 * testsuite/gcc.dg/plugi [...] adds adaf97d3009 compiler: rework type and package tracking in exporter adds 89c6fe6687d * omp-expand.c (expand_omp_for_static_nochunk, expand_omp [...] adds 56f86ae80cd * gimplify.c (gimplify_scan_omp_clauses): For inscan reduc [...] adds 7d26f1310f3 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCAN [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 111 +++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 + gcc/ada/libgnat/system-darwin-ppc.ads | 2 +- gcc/c-family/ChangeLog | 12 + gcc/c-family/c-omp.c | 6 +- gcc/c-family/c-opts.c | 4 + gcc/c-family/c.opt | 4 + gcc/cfgexpand.c | 40 +- gcc/cfgrtl.c | 9 +- gcc/config/gcn/gcn.md | 34 +- gcc/config/i386/mmx.md | 30 +- gcc/config/i386/sse.md | 15 +- gcc/doc/cppopts.texi | 4 + gcc/doc/invoke.texi | 1 + gcc/doc/md.texi | 36 + gcc/gimplify.c | 5 +- gcc/go/ChangeLog | 4 + gcc/go/go-gcc.cc | 9 + gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/export.cc | 649 ++++++++------ gcc/go/gofrontend/export.h | 19 +- gcc/go/gofrontend/expressions.cc | 14 +- gcc/go/gofrontend/gogo.h | 2 +- gcc/go/gofrontend/names.cc | 2 +- gcc/go/gofrontend/runtime.def | 8 +- gcc/go/gofrontend/statements.cc | 18 +- gcc/omp-expand.c | 304 ++++++- gcc/omp-general.c | 8 + gcc/omp-general.h | 2 +- gcc/omp-low.c | 939 ++++++++++++++++++--- gcc/optabs.def | 1 + gcc/testsuite/ChangeLog | 22 + .../c-c++-common/cpp/fmax-include-depth-1a.h | 1 + .../c-c++-common/cpp/fmax-include-depth-1b.h | 1 + .../c-c++-common/cpp/fmax-include-depth.c | 4 + .../c-c++-common/gomp/lastprivate-conditional-5.c | 33 + gcc/testsuite/c-c++-common/gomp/scan-3.c | 2 +- gcc/testsuite/c-c++-common/gomp/scan-5.c | 13 + gcc/testsuite/g++.dg/tree-ssa/pr90883.C | 5 +- gcc/testsuite/gcc.dg/plugin/start_unit_plugin.c | 13 + gcc/tree-chrec.h | 11 +- gcc/tree-core.h | 6 + gcc/tree-nested.c | 2 + gcc/tree-pretty-print.c | 3 + gcc/tree-scalar-evolution.c | 34 - gcc/tree-streamer.c | 3 + gcc/tree.c | 9 + gcc/tree.h | 18 +- libcpp/ChangeLog | 10 + libcpp/directives.c | 9 +- libcpp/include/cpplib.h | 3 + libcpp/init.c | 1 + libcpp/internal.h | 4 - libgomp/ChangeLog | 19 + libgomp/testsuite/libgomp.c++/scan-1.C | 151 ++++ libgomp/testsuite/libgomp.c++/scan-2.C | 116 +++ libgomp/testsuite/libgomp.c++/scan-3.C | 119 +++ libgomp/testsuite/libgomp.c++/scan-4.C | 150 ++++ libgomp/testsuite/libgomp.c++/scan-5.C | 158 ++++ libgomp/testsuite/libgomp.c++/scan-6.C | 120 +++ libgomp/testsuite/libgomp.c++/scan-7.C | 118 +++ libgomp/testsuite/libgomp.c++/scan-8.C | 150 ++++ libgomp/testsuite/libgomp.c/scan-1.c | 115 +++ libgomp/testsuite/libgomp.c/scan-2.c | 117 +++ libgomp/testsuite/libgomp.c/scan-3.c | 88 ++ libgomp/testsuite/libgomp.c/scan-4.c | 179 ++++ libgomp/testsuite/libgomp.c/scan-5.c | 115 +++ libgomp/testsuite/libgomp.c/scan-6.c | 117 +++ libgomp/testsuite/libgomp.c/scan-7.c | 86 ++ libgomp/testsuite/libgomp.c/scan-8.c | 179 ++++ libstdc++-v3/ChangeLog | 6 + libstdc++-v3/include/bits/c++config | 6 +- 73 files changed, 4068 insertions(+), 549 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/fmax-include-depth-1a.h create mode 100644 gcc/testsuite/c-c++-common/cpp/fmax-include-depth-1b.h create mode 100644 gcc/testsuite/c-c++-common/cpp/fmax-include-depth.c create mode 100644 gcc/testsuite/c-c++-common/gomp/lastprivate-conditional-5.c create mode 100644 gcc/testsuite/c-c++-common/gomp/scan-5.c create mode 100644 libgomp/testsuite/libgomp.c++/scan-1.C create mode 100644 libgomp/testsuite/libgomp.c++/scan-2.C create mode 100644 libgomp/testsuite/libgomp.c++/scan-3.C create mode 100644 libgomp/testsuite/libgomp.c++/scan-4.C create mode 100644 libgomp/testsuite/libgomp.c++/scan-5.C create mode 100644 libgomp/testsuite/libgomp.c++/scan-6.C create mode 100644 libgomp/testsuite/libgomp.c++/scan-7.C create mode 100644 libgomp/testsuite/libgomp.c++/scan-8.C create mode 100644 libgomp/testsuite/libgomp.c/scan-1.c create mode 100644 libgomp/testsuite/libgomp.c/scan-2.c create mode 100644 libgomp/testsuite/libgomp.c/scan-3.c create mode 100644 libgomp/testsuite/libgomp.c/scan-4.c create mode 100644 libgomp/testsuite/libgomp.c/scan-5.c create mode 100644 libgomp/testsuite/libgomp.c/scan-6.c create mode 100644 libgomp/testsuite/libgomp.c/scan-7.c create mode 100644 libgomp/testsuite/libgomp.c/scan-8.c