This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 826df6d0cc7 Adjust gcc.dg/vect/pr100756.c for V8SI and V16SI new 89999f23587 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/c-parser.cc | 64 ++- gcc/cp/parser.cc | 73 +-- 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 +- 7 files changed, 687 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