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 97d51c17645 Add x86 tune to enable v2df vector reduction by paddpd. adds 1bf976a5de6 openmp: Actually ignore pragma_stmt pragmas for which c_par [...] adds 0684c8d3eff commit-mklog: Add --co argument. adds 5079b7781a2 openmp: Add nothing directive support adds 76bb3c50dd4 Fortran/OpenMP: Add memory routines existing for C/C++ adds 602fca427df Turn 'bool force_collect' parameter to 'ggc_collect' into a [...] adds e4f16e9f357 Add more self-tests for 'hash_map' with Value type with non [...]
No new revisions were added by this update.
Summary of changes: contrib/gcc-git-customization.sh | 2 +- contrib/git-commit-mklog.py | 6 + contrib/mklog.py | 9 +- gcc/c-family/c-omp.c | 4 +- gcc/c-family/c-pragma.c | 1 + gcc/c-family/c-pragma.h | 1 + gcc/c/c-parser.c | 85 +++++++----- gcc/cp/parser.c | 76 +++++++---- gcc/doc/gty.texi | 6 +- gcc/ggc-common.c | 2 +- gcc/ggc-page.c | 5 +- gcc/ggc-tests.c | 18 +-- gcc/ggc.h | 10 +- gcc/hash-map-tests.c | 152 +++++++++++++++++++++ gcc/read-rtl-function.c | 2 +- gcc/selftest-run-tests.c | 2 +- gcc/testsuite/c-c++-common/gomp/nothing-1.c | 37 +++++ gcc/testsuite/c-c++-common/gomp/pr63326.c | 44 +++--- gcc/testsuite/g++.dg/gomp/attrs-1.C | 1 + gcc/testsuite/g++.dg/gomp/attrs-2.C | 1 + gcc/testsuite/g++.dg/gomp/attrs-7.C | 3 +- gcc/testsuite/g++.dg/gomp/attrs-9.C | 1 + gcc/testsuite/g++.dg/gomp/barrier-2.C | 2 +- gcc/testsuite/gcc.dg/gomp/barrier-2.c | 3 +- gcc/testsuite/gcc.dg/gomp/declare-simd-5.c | 2 +- gcc/testsuite/gcc.dg/gomp/declare-variant-2.c | 2 +- libgomp/omp_lib.f90.in | 94 +++++++++++++ libgomp/omp_lib.h.in | 97 +++++++++++++ libgomp/testsuite/libgomp.c-c++-common/nothing-1.c | 47 +++++++ libgomp/testsuite/libgomp.fortran/alloc-1.F90 | 16 --- libgomp/testsuite/libgomp.fortran/alloc-4.f90 | 16 --- libgomp/testsuite/libgomp.fortran/refcount-1.f90 | 61 +++++++++ libgomp/testsuite/libgomp.fortran/target-12.f90 | 147 ++++++++++++++++++++ 33 files changed, 809 insertions(+), 146 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/nothing-1.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/nothing-1.c create mode 100644 libgomp/testsuite/libgomp.fortran/refcount-1.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/target-12.f90