This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2ca89394280 openmp: Reject #pragma omp atomic update, [PR101297] new 9984f63aab9 openmp: Initial support for OpenMP directives expressed as [...]
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-family/c-common.h | 19 ++ gcc/c-family/c-omp.c | 151 ++++++++++ gcc/cp/cp-tree.h | 2 + gcc/cp/decl.c | 1 + gcc/cp/decl2.c | 25 ++ gcc/cp/parser.c | 399 +++++++++++++++++++++++++- gcc/cp/parser.h | 6 + gcc/testsuite/g++.dg/gomp/attrs-1.C | 553 ++++++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/gomp/attrs-2.C | 553 ++++++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/gomp/attrs-3.C | 40 +++ 10 files changed, 1739 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-1.C create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-2.C create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-3.C