This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c286c29 2015-11-13 Steven G. Kargl kargl@gccc.gnu.org new 29e866f * lib/target-supports.exp (check_effective_target_offload_nv [...] new f4f5b4b gcc/ * gcc/omp-low.c (scan_sharing_clauses): Accept INDEPEN [...]
The 2 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 | 80 +++++-- gcc/testsuite/ChangeLog | 7 + gcc/testsuite/c-c++-common/goacc/loop-auto-1.c | 230 +++++++++++++++++++++ gcc/testsuite/gcc.dg/goacc/nvptx-merged-loop.c | 30 +++ gcc/testsuite/lib/target-supports.exp | 8 + libgomp/ChangeLog | 2 + .../libgomp.oacc-c-c++-common/loop-auto-1.c | 225 ++++++++++++++++++++ 8 files changed, 575 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/loop-auto-1.c create mode 100644 gcc/testsuite/gcc.dg/goacc/nvptx-merged-loop.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c