This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a41b3f54c13 c++: Fix range for with PMFs [PR118923] new 86a4af27933 openmp: Fix handling of declare target statics with array t [...] new cdffc763934 openmp: Mark OpenMP atomic write expression as read [PR119000]
The 2 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 | 22 ++++++++++------------ gcc/cp/cp-tree.h | 2 +- gcc/cp/decl.cc | 19 ++++++++++++++----- gcc/cp/decl2.cc | 12 +++++++----- gcc/testsuite/c-c++-common/gomp/pr119000.c | 16 ++++++++++++++++ gcc/testsuite/g++.dg/gomp/pr118876.C | 6 ++++++ 6 files changed, 54 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr119000.c create mode 100644 gcc/testsuite/g++.dg/gomp/pr118876.C