This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 0f4df800b15 Daily bump. adds f38b20d68fa openmp: Add support for firstprivate and allocate clauses o [...] adds b5cf960e29f c++: use current_template_constraints more adds da8a18df7d1 c++: document comp_template_args's default args new 6c3c8f087cf Correct spelling of DW_AT_namelist_item
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/c/c-parser.cc | 2 + gcc/cp/cp-tree.h | 2 +- gcc/cp/decl.cc | 17 ++----- gcc/cp/parser.cc | 2 + gcc/cp/pt.cc | 24 +++++----- gcc/cp/semantics.cc | 3 +- gcc/dwarf2out.cc | 2 +- gcc/omp-low.cc | 3 +- gcc/testsuite/c-c++-common/gomp/scope-5.c | 9 ++++ gcc/testsuite/c-c++-common/gomp/scope-6.c | 31 +++++++++++++ gcc/testsuite/g++.dg/gomp/attrs-1.C | 6 ++- gcc/testsuite/g++.dg/gomp/attrs-2.C | 6 ++- include/dwarf2.def | 2 +- .../testsuite/libgomp.c-c++-common/allocate-1.c | 30 +++++++++++- .../testsuite/libgomp.c-c++-common/allocate-3.c | 35 +++++++++++++- libgomp/testsuite/libgomp.c-c++-common/scope-2.c | 54 ++++++++++++++++++++++ 16 files changed, 190 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/scope-5.c create mode 100644 gcc/testsuite/c-c++-common/gomp/scope-6.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/scope-2.c