This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm 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
No new revisions were added by this update.
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/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 ++- .../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 ++++++++++++++++++++++ 14 files changed, 188 insertions(+), 36 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