This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 70e5a8ffdef Daily bump. new ae2ce6aadbf c++: Ensure OpenMP reduction with reference type references [...] new 076930b9690 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/semantics.c | 3 ++- gcc/gimplify.c | 21 ++++++++++++++----- 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 +++++++ 5 files changed, 68 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