This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0c6e792dd5c openmp: Fix up handling of implicit lastprivate on outer co [...] new b5c1c7a96bc openmp: Fix up firstprivate+lastprivate clause handling [PR99928]
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/c-omp.c | 11 +++++++ gcc/c/c-typeck.c | 27 +++++++++++++++++ gcc/cp/semantics.c | 27 +++++++++++++++++ gcc/gimplify.c | 45 +++++++++++++++++++++++----- gcc/testsuite/c-c++-common/gomp/pr99928-15.c | 26 ++++++++++++++++ gcc/testsuite/c-c++-common/gomp/pr99928-3.c | 12 ++++---- gcc/tree.h | 5 ++++ 7 files changed, 140 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr99928-15.c