This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5c388a27bac PR inline-asm/92352 * gimplify.c (gimplify_asm_expr): Rej [...] new 9a66161d443 Warn about inconsistent OpenACC nested reduction clauses
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/ChangeLog | 10 + gcc/omp-low.c | 97 +++ gcc/testsuite/ChangeLog | 9 + .../c-c++-common/goacc/nested-reductions-warn.c | 525 ++++++++++++++++ .../c-c++-common/goacc/nested-reductions.c | 420 +++++++++++++ .../gfortran.dg/goacc/nested-reductions-warn.f90 | 674 +++++++++++++++++++++ .../gfortran.dg/goacc/nested-reductions.f90 | 540 +++++++++++++++++ libgomp/ChangeLog | 11 + .../par-loop-comb-reduction-1.c | 2 +- .../par-loop-comb-reduction-2.c | 2 +- .../par-loop-comb-reduction-3.c | 2 +- .../par-loop-comb-reduction-4.c | 2 +- 12 files changed, 2290 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/nested-reductions-warn.c create mode 100644 gcc/testsuite/c-c++-common/goacc/nested-reductions.c create mode 100644 gcc/testsuite/gfortran.dg/goacc/nested-reductions-warn.f90 create mode 100644 gcc/testsuite/gfortran.dg/goacc/nested-reductions.f90