This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-12 in repository gcc.
from 33eae55cd9e Merge commit '9b116c51a451995f1bae8fdac0748fcf3f06aafe' new 6f8e1b6eb1e openmp: Allow optional comma after directive-specifier in C/C++
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/ChangeLog.omp | 14 + gcc/c/c-parser.cc | 64 ++- gcc/cp/ChangeLog.omp | 14 + gcc/cp/parser.cc | 73 +-- gcc/testsuite/ChangeLog.omp | 13 + gcc/testsuite/c-c++-common/gomp/clauses-6.c | 604 +++++++++++++++++++++ .../c-c++-common/gomp/declare-variant-2.c | 3 +- gcc/testsuite/c-c++-common/gomp/directive-1.c | 28 + gcc/testsuite/g++.dg/gomp/clause-4.C | 2 +- gcc/testsuite/gcc.dg/gomp/clause-2.c | 2 +- 10 files changed, 728 insertions(+), 89 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/clauses-6.c create mode 100644 gcc/testsuite/c-c++-common/gomp/directive-1.c