This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r227095 - in /branches/gomp-4_0-branch: gcc/Cha...
- From: nathan at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sat, 22 Aug 2015 11:14:16 -0000
- Subject: r227095 - in /branches/gomp-4_0-branch: gcc/Cha...
Author: nathan
Date: Sat Aug 22 11:14:16 2015
New Revision: 227095
URL: https://gcc.gnu.org/viewcvs?rev=227095&root=gcc&view=rev
Log:
gcc/
* omp-low.c (build_oacc_routine_dims): Size non-partitioned
levels to 1.
* config/nvptx/nvptx.c (nvptx_expand_call): Move later, emit
forking and joining instructions.
(nvptx_process_pars): Cope with both Worker and Vector being set.
libgomp/
* testsuite/libgomp.oacc-c-c++-common/routine-vec-1.c: New.
* testsuite/libgomp.oacc-c-c++-common/routine-work-1.c: New.
Added:
branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/routine-vec-1.c
branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/routine-work-1.c
Modified:
branches/gomp-4_0-branch/gcc/ChangeLog.gomp
branches/gomp-4_0-branch/gcc/config/nvptx/nvptx.c
branches/gomp-4_0-branch/gcc/omp-low.c
branches/gomp-4_0-branch/libgomp/ChangeLog.gomp