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 ce1aec0cfaa Merge remote-tracking branch 'origin/releases/gcc-11' into [...] new cb639f7bf2e openmp: Fix up declare target handling for vars with DECL_L [...]
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/ChangeLog.omp | 11 +++ gcc/cp/ChangeLog.omp | 9 ++ gcc/cp/parser.c | 132 ++++++++++++++++------------- gcc/testsuite/ChangeLog.omp | 8 ++ gcc/testsuite/c-c++-common/gomp/pr102640.c | 44 ++++++++++ 5 files changed, 145 insertions(+), 59 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr102640.c