This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b0da058 escape: Remove previously existing analysis. new 4d0a8ba gcc/c-family/ PR middle-end/70626 * c-common.h (c_oacc_spl [...]
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/ChangeLog | 7 ++++++ gcc/c-family/c-common.h | 2 +- gcc/c-family/c-omp.c | 21 ++++++++++++++-- gcc/c/ChangeLog | 8 ++++++ gcc/c/c-parser.c | 6 ++--- gcc/cp/ChangeLog | 8 ++++++ gcc/cp/parser.c | 6 ++--- gcc/fortran/ChangeLog | 6 +++++ gcc/fortran/trans-openmp.c | 3 ++- gcc/testsuite/ChangeLog | 6 +++++ .../c-c++-common/goacc/combined-reduction.c | 29 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/goacc/reduction-2.f95 | 2 +- libgomp/ChangeLog | 7 ++++++ .../libgomp.oacc-c++/template-reduction.C | 8 +++--- .../libgomp.oacc-c-c++-common/combined-reduction.c | 23 +++++++++++++++++ .../libgomp.oacc-fortran/combined-reduction.f90 | 19 ++++++++++++++ 16 files changed, 146 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/combined-reduction.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/combined-reduction.c create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/combined-reduction.f90