This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-11 in repository gcc.
from 29bc27f6d3f openmp: Add support for __has_attribute(omp::directive) and [...] new 96bc2486de6 openmp: Add support for omp attributes section and scan directives
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/cp/ChangeLog.omp | 16 ++++++ gcc/cp/parser.c | 105 ++++++++++++++++++++++++++++++++++-- gcc/cp/parser.h | 4 ++ gcc/testsuite/ChangeLog.omp | 12 +++++ gcc/testsuite/g++.dg/gomp/attrs-1.C | 12 ++--- gcc/testsuite/g++.dg/gomp/attrs-2.C | 12 ++--- gcc/testsuite/g++.dg/gomp/attrs-6.C | 50 +++++++++++++++++ gcc/testsuite/g++.dg/gomp/attrs-7.C | 64 ++++++++++++++++++++++ gcc/testsuite/g++.dg/gomp/attrs-8.C | 10 ++++ 9 files changed, 268 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-6.C create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-7.C create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-8.C