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 1f17d3af97e [og11] Rework indirect struct handling for OpenACC in gimplify.c new 2673ef51f0f openmp: Assorted depend/affinity/iterator related fixes [PR100859] new 83a2f78f334 c++: Fix up attribute handling in methods in templates [PR100872]
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/ChangeLog.omp | 9 ++++++ gcc/c/ChangeLog.omp | 9 ++++++ gcc/c/c-typeck.c | 7 +++-- gcc/cp/ChangeLog.omp | 25 ++++++++++++++++ gcc/cp/name-lookup.c | 7 +++-- gcc/cp/pt.c | 1 + gcc/cp/semantics.c | 28 ++++++++--------- gcc/testsuite/ChangeLog.omp | 20 +++++++++++++ gcc/testsuite/g++.dg/gomp/declare-simd-8.C | 15 ++++++++++ gcc/testsuite/g++.dg/gomp/depend-iterator-3.C | 43 +++++++++++++++++++++++++++ gcc/testsuite/g++.dg/gomp/this-1.C | 16 +++++++--- gcc/tree-inline.c | 21 +++++++++++++ 12 files changed, 177 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gomp/declare-simd-8.C create mode 100644 gcc/testsuite/g++.dg/gomp/depend-iterator-3.C