This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e5597f2ad55 openmp: Allow private or firstprivate arguments to default [...] new e666a0a22a5 Fix ICE in pass_rpad. new e9d8fcabd03 openmp: Handle unconstrained and reproducible modifiers on [...]
The 2 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-family/c-omp.c | 19 +- gcc/c/c-parser.c | 31 +- gcc/config/i386/i386-features.c | 27 +- gcc/cp/parser.c | 32 +- gcc/testsuite/c-c++-common/gomp/clause-dups-1.c | 32 ++ gcc/testsuite/c-c++-common/gomp/clauses-1.c | 41 ++- gcc/testsuite/c-c++-common/gomp/order-1.c | 15 +- gcc/testsuite/c-c++-common/gomp/order-2.c | 2 +- gcc/testsuite/c-c++-common/gomp/order-5.c | 101 ++++++ gcc/testsuite/c-c++-common/gomp/order-6.c | 412 ++++++++++++++++++++++++ gcc/testsuite/g++.dg/gomp/attrs-1.C | 43 ++- gcc/testsuite/g++.dg/gomp/attrs-2.C | 43 ++- gcc/tree-pretty-print.c | 5 +- gcc/tree.h | 4 + 14 files changed, 764 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/order-5.c create mode 100644 gcc/testsuite/c-c++-common/gomp/order-6.c