This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 29134d1 ENABLE_CHECKING refactoring: remove remaining occurrences new bf3a27b Pass manager: add support for termination of pass list new 641a0fa * internal-fn.def (GOACC_REDUCTION): New. * internal-fn.h ( [...] new 78a78aa * config/nvptx/nvptx.c: Include gimple headers. (worker_red [...] new 7bcc76e * gfortran.dg/goacc/reduction-2.f95: Delete. new 06d6724 * libgomp.oacc-c-c++-common/loop-red-g-1.c: New. * libgomp. [...]
The 5 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 | 68 +- gcc/cgraphunit.c | 10 +- gcc/config/i386/i386.c | 1 + gcc/config/nvptx/nvptx.c | 632 +++++++++++++++- gcc/config/rs6000/rs6000.c | 1 + gcc/doc/tm.texi | 9 + gcc/doc/tm.texi.in | 2 + gcc/function.c | 5 - gcc/internal-fn.c | 8 + gcc/internal-fn.def | 3 + gcc/internal-fn.h | 22 + gcc/omp-low.c | 818 +++++++-------------- gcc/passes.c | 32 +- gcc/target.def | 11 + gcc/targhooks.h | 1 + gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gfortran.dg/goacc/reduction-2.f95 | 21 - gcc/tree-pass.h | 3 + libgomp/ChangeLog | 11 + .../{loop-g-1.c => loop-red-g-1.c} | 35 +- .../{loop-gwv-1.c => loop-red-gwv-1.c} | 35 +- .../{loop-v-1.c => loop-red-v-1.c} | 39 +- .../{loop-v-1.c => loop-red-v-2.c} | 42 +- .../{loop-w-1.c => loop-red-w-1.c} | 35 +- .../{loop-w-1.c => loop-red-w-2.c} | 38 +- .../{loop-wv-1.c => loop-red-wv-1.c} | 35 +- .../testsuite/libgomp.oacc-fortran/reduction-5.f90 | 11 +- 27 files changed, 1182 insertions(+), 750 deletions(-) delete mode 100644 gcc/testsuite/gfortran.dg/goacc/reduction-2.f95 copy libgomp/testsuite/libgomp.oacc-c-c++-common/{loop-g-1.c => loop-red-g-1.c} (58%) copy libgomp/testsuite/libgomp.oacc-c-c++-common/{loop-gwv-1.c => loop-red-gwv-1.c} (65%) copy libgomp/testsuite/libgomp.oacc-c-c++-common/{loop-v-1.c => loop-red-v-1.c} (56%) copy libgomp/testsuite/libgomp.oacc-c-c++-common/{loop-v-1.c => loop-red-v-2.c} (56%) copy libgomp/testsuite/libgomp.oacc-c-c++-common/{loop-w-1.c => loop-red-w-1.c} (57%) copy libgomp/testsuite/libgomp.oacc-c-c++-common/{loop-w-1.c => loop-red-w-2.c} (57%) copy libgomp/testsuite/libgomp.oacc-c-c++-common/{loop-wv-1.c => loop-red-wv-1.c} (57%)