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 1201a27fba3 Fortran: Fix bind(C) character length checks new a0b34d73e34 c++: Ensure OpenMP reduction with reference type references [...] new 858d20e2945 openmp: Fix up omp_check_private [PR101535]
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/cp/ChangeLog.omp | 19 +++++++++++++++++ gcc/cp/semantics.c | 3 ++- gcc/gimplify.c | 21 ++++++++++++++----- gcc/testsuite/ChangeLog.omp | 16 ++++++++++++++ gcc/testsuite/c-c++-common/gomp/pr101535-1.c | 31 ++++++++++++++++++++++++++++ gcc/testsuite/c-c++-common/gomp/pr101535-2.c | 11 ++++++++++ gcc/testsuite/g++.dg/gomp/pr101516.C | 8 +++++++ 7 files changed, 103 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr101535-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/pr101535-2.c create mode 100644 gcc/testsuite/g++.dg/gomp/pr101516.C