This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c6c62ba41d9 gcc/go/ChangeLog: remove entry for reverted change new 780e5d4a2ba openmp: Handle lastprivate on combined target correctly [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/c-parser.c | 12 +++- gcc/cp/parser.c | 15 +++- gcc/gimplify.c | 103 ++++++++++----------------- gcc/testsuite/c-c++-common/gomp/pr99928-12.c | 23 ++++++ gcc/testsuite/c-c++-common/gomp/pr99928-2.c | 36 +++++----- gcc/tree.h | 5 ++ 6 files changed, 108 insertions(+), 86 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr99928-12.c