This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9a5de4d5af1 OpenMP: Add iterator support to Fortran's depend; add affin [...] new c94424b0ed7 openmp: Fix up handling of reduction clause on constructs c [...]
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 | 10 +++++ gcc/c/c-typeck.c | 63 +++++++++++++++++++++------ gcc/cp/semantics.c | 65 ++++++++++++++++++++++------ gcc/testsuite/c-c++-common/gomp/pr99928-10.c | 48 ++++++++++---------- gcc/testsuite/c-c++-common/gomp/pr99928-16.c | 16 +++++++ gcc/testsuite/c-c++-common/gomp/pr99928-8.c | 44 +++++++++---------- gcc/testsuite/c-c++-common/gomp/pr99928-9.c | 22 +++++----- gcc/tree.h | 5 +++ 8 files changed, 190 insertions(+), 83 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr99928-16.c