This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 0f4df800b15 Daily bump. new f38b20d68fa openmp: Add support for firstprivate and allocate clauses o [...]
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/parser.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 ++- .../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 ++++++++++++++++++++++ 10 files changed, 171 insertions(+), 7 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