This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from 5ae6e48 2016-04-29 Dominique d'Humieres dominiq@lps.ens.fr new 0af8d1f 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