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-aarch64 in repository toolchain/ci/gcc.
from 0f4df800b15 Daily bump. adds f38b20d68fa openmp: Add support for firstprivate and allocate clauses o [...]
No new revisions were added by this update.
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