This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d024a31a09d RISC-V: Fixed ICE caused by missing operand new 04b2fb5bb64 openmp: Add omp::decl attribute support [PR111392]
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/attribs.cc | 6 + gcc/c-family/c-omp.cc | 2 + gcc/cp/cp-tree.h | 1 + gcc/cp/decl2.cc | 30 ++++- gcc/cp/name-lookup.cc | 20 ++- gcc/cp/parser.cc | 134 +++++++++++++++++++-- gcc/cp/parser.h | 4 + gcc/testsuite/g++.dg/gomp/attrs-19.C | 68 +++++++++++ .../g++.dg/gomp/{attrs-10.C => attrs-20.C} | 34 +++--- gcc/testsuite/g++.dg/gomp/attrs-21.C | 27 +++++ libgomp/libgomp.texi | 2 +- 11 files changed, 292 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-19.C copy gcc/testsuite/g++.dg/gomp/{attrs-10.C => attrs-20.C} (88%) create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-21.C