r234713 - in /branches/gomp-4_0-branch: ./ gcc/...

tschwinge@gcc.gnu.org tschwinge@gcc.gnu.org
Mon Apr 4 10:09:00 GMT 2016


Author: tschwinge
Date: Mon Apr  4 10:09:03 2016
New Revision: 234713

URL: https://gcc.gnu.org/viewcvs?rev=234713&root=gcc&view=rev
Log:
svn merge -r 234572:234575 svn+ssh://gcc.gnu.org/svn/gcc/trunk

Additional changes:

	gcc/
	* c-c++-common/goacc/firstprivate.c: Remove file, moving its
	content into...
	* c-c++-common/goacc/clauses-fail.c: ... this file, and...
	* c-c++-common/goacc/parallel-1.c: ... this file.
	* c-c++-common/goacc/host_data-3.c: Remove file.
	* c-c++-common/goacc/host_data-4.c: Remove file, moving its
	content into...
	* c-c++-common/goacc/host_data-2.c: ... this file.
	* c-c++-common/goacc/kernels-loop-acc-loop-ptr-it.c: Remove file,
	moving its content into...
	* c-c++-common/goacc/kernels-1.c: ... this file.
	* c-c++-common/goacc/loop-2.c: Rename to...
	* c-c++-common/goacc/loop-2-parallel.c: ... this file.
	* c-c++-common/goacc/loop-3.c: Remove (invalid) nesting tests
	covered elsewhere.
	* c-c++-common/goacc/loop-4.c: Rename to...
	* c-c++-common/goacc/loop-2-kernels.c: ... this file.
	* c-c++-common/goacc/loop-nest-1.c: Remove file.
	* c-c++-common/goacc/loop-tile-k1.c: Remove file, moving its
	content into...
	* c-c++-common/goacc/tile.c: ... this file.
	* c-c++-common/goacc/loop-tile-p1.c: Remove file, moving its
	content into...
	* c-c++-common/goacc/tile.c: ... this file.
	* c-c++-common/goacc/non-routine.c: Remove file, moving its
	content into...
	* c-c++-common/goacc/nesting-fail-1.c: ... this file.
	* c-c++-common/goacc/parallel-empty.c: Remove file, moving its
	content into...
	* c-c++-common/goacc/parallel-1.c: ... this file.
	* c-c++-common/goacc/parallel-eternal.c: Remove file, moving its
	content into...
	* c-c++-common/goacc/parallel-1.c: ... this file.
	* c-c++-common/goacc/parallel-noreturn.c: Remove file, moving its
	content into...
	* c-c++-common/goacc/parallel-1.c: ... this file.
	* c-c++-common/goacc/routine-6.c: Remove file, moving its
	content into...
	* c-c++-common/goacc/routine-3.c: ... this file.
	* c-c++-common/goacc/routine-7.c: Remove file, moving its
	content into...
	* c-c++-common/goacc/routine-4.c: ... this file.
	* g++.dg/goacc/template-reduction.C: Remove file.
	* gfortran.dg/goacc/parallel-tree.f95: Use dg-warning directives
	instead of specifying the -w compiler option.
	libgomp/
	* testsuite/libgomp.oacc-c-c++-common/asyncwait-1.c: Don't XFAIL.
	* testsuite/libgomp.oacc-c-c++-common/routine-1.c: Extend testing
	to cover more parallelism levels, and asynchronous kernel
	launches.
	* testsuite/libgomp.oacc-c-c++-common/data-3.c: Remove OpenACC
	present directives.
	* testsuite/libgomp.oacc-fortran/collapse-5.f90: Remove OpenACC
	copy directives.
	* testsuite/libgomp.oacc-fortran/collapse-6.f90: Likewise.
	* testsuite/libgomp.oacc-fortran/collapse-7.f90: Likewise.
	* testsuite/libgomp.oacc-fortran/collapse-8.f90: Likewise.
	* testsuite/libgomp.oacc-c-c++-common/firstprivate-3.c: Remove
	file.
	* testsuite/libgomp.oacc-c-c++-common/firstprivate-4.c: Remove
	file, moving its content into...
	* testsuite/libgomp.oacc-c-c++-common/firstprivate-1.c: ... this
	file.
	* testsuite/libgomp.oacc-c-c++-common/private-vars-par-gang-1.c:
	Remove file, moving its content into...
	* testsuite/libgomp.oacc-c-c++-common/firstprivate-1.c: ... this
	file.
	* testsuite/libgomp.oacc-c-c++-common/kernels-loop-4.c: Rename
	file to...
	* testsuite/libgomp.oacc-c-c++-common/kernels-loop-clauses.c:
	... this file.  Clean up dg-* directives.
	* testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Use
	dg-warning directives instead of specifying the -w compiler
	option.
	* testsuite/libgomp.oacc-c-c++-common/loop-w-1.c: Likewise.
	* testsuite/libgomp.oacc-c-c++-common/routine-g-1.c: Likewise.
	* testsuite/libgomp.oacc-c-c++-common/routine-w-1.c: Likewise.
	* testsuite/libgomp.oacc-c-c++-common/routine-4.c: Change
	parallelism used instead of specifying the -w compiler option.
	* testsuite/libgomp.oacc-fortran/routine-7.f90: Likewise.
	* testsuite/libgomp.oacc-c-c++-common/loop-reduction-gang-np-1.c:
	Merge this file, and...
	* testsuite/libgomp.oacc-c-c++-common/loop-reduction-gv-np-1.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/loop-reduction-gw-np-1.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-1.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-2.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-3.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-4.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/loop-reduction-vector-p-1.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/loop-reduction-vector-p-2.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/loop-reduction-worker-p-1.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-1.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-2.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-3.c:
	... this file into...
	* testsuite/libgomp.oacc-c-c++-common/reduction-7.c: ... this new
	file.  Use dg-warning directives instead of specifying the -w
	compiler option.
	* testsuite/libgomp.oacc-c-c++-common/vec-partn-1.c: Merge this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/vec-partn-2.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/vec-partn-3.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/vec-partn-4.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/vec-partn-5.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/vec-partn-6.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/vec-single-1.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/vec-single-2.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/vec-single-3.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/vec-single-4.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/vec-single-5.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/vec-single-6.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/vector-broadcast.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/worker-partn-1.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/worker-partn-2.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/worker-partn-3.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/worker-partn-4.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/worker-partn-5.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/worker-partn-6.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/worker-partn-7.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/worker-partn-8.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/worker-single-1.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/worker-single-1a.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/worker-single-2.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/worker-single-3.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/worker-single-4.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/worker-single-5.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/worker-single-6.c: ... this
	file, and...
	* testsuite/libgomp.oacc-c-c++-common/mode-transitions.c: ... this
	new file.  Use dg-warning directives instead of specifying the -w
	compiler option.
	* testsuite/libgomp.oacc-c-c++-common/private-vars-local-gang-1.c:
	Merge this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-local-worker-1.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-local-worker-2.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-local-worker-3.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-local-worker-4.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-local-worker-5.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-loop-gang-1.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-loop-gang-2.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-loop-gang-3.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-loop-gang-4.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-loop-gang-5.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-loop-gang-6.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-loop-vector-1.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-loop-vector-2.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-loop-worker-1.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-loop-worker-2.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-loop-worker-3.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-loop-worker-4.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-loop-worker-5.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-loop-worker-6.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-loop-worker-7.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-par-gang-2.c:
	... this file, and...
	* testsuite/libgomp.oacc-c-c++-common/private-vars-par-gang-3.c:
	... this file into...
	* testsuite/libgomp.oacc-c-c++-common/private-variables.c:
	... this new file.  Use dg-warning directives instead of
	specifying the -w compiler option.
	* testsuite/libgomp.oacc-fortran/private-vars-loop-gang-1.f90:
	Merge this file, and...
	* testsuite/libgomp.oacc-fortran/private-vars-loop-gang-2.f90:
	... this file, and...
	* testsuite/libgomp.oacc-fortran/private-vars-loop-gang-3.f90:
	... this file, and...
	* testsuite/libgomp.oacc-fortran/private-vars-loop-gang-6.f90:
	... this file, and...
	* testsuite/libgomp.oacc-fortran/private-vars-loop-vector-1.f90:
	... this file, and...
	* testsuite/libgomp.oacc-fortran/private-vars-loop-vector-2.f90:
	... this file, and...
	* testsuite/libgomp.oacc-fortran/private-vars-loop-worker-1.f90:
	... this file, and...
	* testsuite/libgomp.oacc-fortran/private-vars-loop-worker-2.f90:
	... this file, and...
	* testsuite/libgomp.oacc-fortran/private-vars-loop-worker-3.f90:
	... this file, and...
	* testsuite/libgomp.oacc-fortran/private-vars-loop-worker-4.f90:
	... this file, and...
	* testsuite/libgomp.oacc-fortran/private-vars-loop-worker-5.f90:
	... this file, and...
	* testsuite/libgomp.oacc-fortran/private-vars-loop-worker-6.f90:
	... this file, and...
	* testsuite/libgomp.oacc-fortran/private-vars-loop-worker-7.f90:
	... this file, and...
	* testsuite/libgomp.oacc-fortran/private-vars-par-gang-2.f90:
	... this file into...
	* testsuite/libgomp.oacc-fortran/private-variables.f90: ... this
	new file.  Use dg-warning directives instead of specifying the -w
	compiler option.
	* testsuite/libgomp.oacc-c-c++-common/routine-2.c: Remove file.
	* testsuite/libgomp.oacc-c-c++-common/routine-vec-1.c: Likewise.
	* testsuite/libgomp.oacc-c-c++-common/routine-work-1.c: Likewise.
	* testsuite/libgomp.oacc-fortran/update-1-2.f90: Likewise.

Added:
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-1.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/loop-2-kernels.c
      - copied unchanged from r234575, trunk/gcc/testsuite/c-c++-common/goacc/loop-2-kernels.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/loop-2-parallel.c
      - copied unchanged from r234575, trunk/gcc/testsuite/c-c++-common/goacc/loop-2-parallel.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/parallel-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/data-clauses-kernels-ipa-pta.c
      - copied, changed from r234575, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/data-clauses-kernels-ipa-pta.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/data-clauses-kernels.c
      - copied, changed from r234575, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/data-clauses-kernels.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/data-clauses-parallel-ipa-pta.c
      - copied unchanged from r234575, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/data-clauses-parallel-ipa-pta.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/data-clauses-parallel.c
      - copied unchanged from r234575, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/data-clauses-parallel.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/kernels-loop-clauses.c
      - copied unchanged from r234575, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/kernels-loop-clauses.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/mode-transitions.c
      - copied, changed from r234575, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/mode-transitions.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-variables.c
      - copied, changed from r234575, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/private-variables.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-7.c
      - copied, changed from r234575, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-7.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/private-variables.f90
      - copied, changed from r234575, trunk/libgomp/testsuite/libgomp.oacc-fortran/private-variables.f90
Removed:
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/firstprivate.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/host_data-3.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/host_data-4.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/host_data-5.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/host_data-6.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-empty.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-eternal.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-loop-acc-loop-ptr-it.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/kernels-noreturn.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/loop-2.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/loop-4.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/loop-nest-1.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/loop-tile-k1.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/loop-tile-p1.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/non-routine.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/parallel-empty.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/parallel-eternal.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/parallel-noreturn.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/routine-6.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/routine-7.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/use_device-1.c
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/goacc/template-reduction.C
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/firstprivate-2.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/firstprivate-3.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/firstprivate-4.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/kernels-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/kernels-2.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/kernels-loop-4.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-reduction-gang-np-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-reduction-gv-np-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-reduction-gw-np-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-2.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-3.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-4.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-reduction-vector-p-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-reduction-vector-p-2.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-reduction-worker-p-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-2.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-3.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/parallel-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/parallel-2.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-local-gang-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-local-worker-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-local-worker-2.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-local-worker-3.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-local-worker-4.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-local-worker-5.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-loop-gang-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-loop-gang-2.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-loop-gang-3.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-loop-gang-4.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-loop-gang-5.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-loop-gang-6.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-loop-vector-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-loop-vector-2.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-loop-worker-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-loop-worker-2.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-loop-worker-3.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-loop-worker-4.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-loop-worker-5.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-loop-worker-6.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-loop-worker-7.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-par-gang-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-par-gang-2.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/private-vars-par-gang-3.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/routine-2.c
    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
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/update-1-2.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vec-partn-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vec-partn-2.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vec-partn-3.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vec-partn-4.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vec-partn-5.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vec-partn-6.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vec-single-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vec-single-2.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vec-single-3.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vec-single-4.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vec-single-5.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vec-single-6.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-broadcast.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/worker-partn-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/worker-partn-2.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/worker-partn-3.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/worker-partn-4.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/worker-partn-5.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/worker-partn-6.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/worker-partn-7.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/worker-partn-8.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/worker-single-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/worker-single-1a.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/worker-single-2.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/worker-single-3.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/worker-single-4.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/worker-single-5.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/worker-single-6.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/private-vars-loop-gang-1.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/private-vars-loop-gang-2.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/private-vars-loop-gang-3.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/private-vars-loop-gang-6.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/private-vars-loop-vector-1.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/private-vars-loop-vector-2.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/private-vars-loop-worker-1.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/private-vars-loop-worker-2.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/private-vars-loop-worker-3.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/private-vars-loop-worker-4.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/private-vars-loop-worker-5.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/private-vars-loop-worker-6.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/private-vars-loop-worker-7.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/private-vars-par-gang-2.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/update-1-2.f90
Modified:
    branches/gomp-4_0-branch/   (props changed)
    branches/gomp-4_0-branch/gcc/testsuite/ChangeLog
    branches/gomp-4_0-branch/gcc/testsuite/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/clauses-fail.c   (contents, props changed)
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/combined-directives.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/host_data-1.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/host_data-2.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/if-clause-2.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/loop-3.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/loop-clauses.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/nesting-fail-1.c   (contents, props changed)
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/reduction-1.c   (contents, props changed)
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/reduction-2.c   (contents, props changed)
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/reduction-3.c   (contents, props changed)
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/reduction-4.c   (contents, props changed)
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/routine-3.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/routine-4.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/tile.c
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/goacc/template.C
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/combined-directives.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/loop-1.f95   (contents, props changed)
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/loop-5.f95
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/loop-6.f95
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/loop-tree-1.f90   (contents, props changed)
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/parallel-tree.f95
    branches/gomp-4_0-branch/libgomp/ChangeLog
    branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c++/template-reduction.C
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/asyncwait-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/combined-directives-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/data-3.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/data-clauses.h   (contents, props changed)
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/deviceptr-1.c   (props changed)
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/firstprivate-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/if-1.c   (props changed)
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-w-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/nested-2.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/routine-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/routine-4.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/routine-g-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/routine-w-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/collapse-5.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/collapse-6.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/collapse-7.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/collapse-8.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/routine-7.f90

Propchange: branches/gomp-4_0-branch/
            ('svn:mergeinfo' modified)

Propchange: branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/clauses-fail.c
            ('svn:mergeinfo' modified)

Propchange: branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/nesting-fail-1.c
            ('svn:mergeinfo' modified)

Propchange: branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/reduction-1.c
            ('svn:mergeinfo' modified)

Propchange: branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/reduction-2.c
            ('svn:mergeinfo' modified)

Propchange: branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/reduction-3.c
            ('svn:mergeinfo' modified)

Propchange: branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/reduction-4.c
            ('svn:mergeinfo' modified)

Propchange: branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/loop-1.f95
            ('svn:mergeinfo' modified)

Propchange: branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/loop-tree-1.f90
            ('svn:mergeinfo' modified)

Propchange: branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/data-clauses.h
            ('svn:mergeinfo' modified)

Propchange: branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/deviceptr-1.c
            ('svn:mergeinfo' modified)

Propchange: branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/if-1.c
            ('svn:mergeinfo' modified)




More information about the Gcc-cvs mailing list