r218844 - in /branches/gomp-4_0-branch: gcc/tes...

tschwinge@gcc.gnu.org tschwinge@gcc.gnu.org
Wed Dec 17 22:36:00 GMT 2014


Author: tschwinge
Date: Wed Dec 17 22:36:40 2014
New Revision: 218844

URL: https://gcc.gnu.org/viewcvs?rev=218844&root=gcc&view=rev
Log:
OpenACC testsuite updates.

	libgomp/
	* testsuite/libgomp.oacc-c++/c++.exp
	(check_effective_target_oacc_c): Remove, and ...
	* testsuite/libgomp.oacc-c/c.exp (check_effective_target_oacc_c):
	... likewise.  Update all users.

	gcc/testsuite/
	* c-c++-common/goacc/asyncwait-1.c: New file.
	libgomp/
	* testsuite/libgomp.oacc-c-c++-common/abort-3.c: New file.
	* testsuite/libgomp.oacc-c-c++-common/abort-4.c: Likewise.
	* testsuite/libgomp.oacc-c-c++-common/asyncwait-1.c: Likewise.
	* testsuite/libgomp.oacc-c-c++-common/collapse-1.c: Likewise.
	* testsuite/libgomp.oacc-c-c++-common/collapse-2.c: Likewise.
	* testsuite/libgomp.oacc-c-c++-common/collapse-3.c: Likewise.
	* testsuite/libgomp.oacc-c-c++-common/kernels-empty.c: Likewise.
	* testsuite/libgomp.oacc-c-c++-common/parallel-empty.c: Likewise.
	* testsuite/libgomp.oacc-fortran/collapse-1.f90: Likewise.
	* testsuite/libgomp.oacc-fortran/collapse-2.f90: Likewise.
	* testsuite/libgomp.oacc-fortran/collapse-3.f90: Likewise.
	* testsuite/libgomp.oacc-fortran/collapse-4.f90: Likewise.
	* testsuite/libgomp.oacc-fortran/collapse-5.f90: Likewise.
	* 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/collapse-4.c: Update.
	* testsuite/libgomp.oacc-c/collapse-4.c: Remove.

	libgomp/
	* testsuite/libgomp.oacc-c-c++-common/subr.h: New file.
	* testsuite/libgomp.oacc-c-c++-common/subr.cu: Remove.

	gcc/testsuite/
	* c-c++-common/goacc/asyncwait-1.c: Disable for C++.
	* c-c++-common/goacc/collapse-1.c: Likewise.
	* c-c++-common/goacc/deviceptr-1.c: Likewise.
	* c-c++-common/goacc/if-clause-1.c: Likewise.
	* c-c++-common/goacc/loop-1.c: Likewise.
	* c-c++-common/goacc/pragma_context.c: Likewise.
	* c-c++-common/goacc/sb-1.c: Likewise.
	* c-c++-common/goacc/sb-2.c: Likewise.
	* c-c++-common/goacc/sb-3.c: Likewise.

Added:
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/asyncwait-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/abort-3.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/abort-4.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/collapse-1.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/collapse-2.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/collapse-3.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/kernels-empty.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/parallel-empty.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/subr.h
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/collapse-1.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/collapse-2.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/collapse-3.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/collapse-4.f90
    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
Removed:
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/subr.cu
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c/collapse-4.c
Modified:
    branches/gomp-4_0-branch/gcc/testsuite/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/collapse-1.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/deviceptr-1.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/if-clause-1.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/loop-1.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/pragma_context.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/sb-1.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/sb-2.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/sb-3.c
    branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c++/c++.exp
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/collapse-4.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/data-2.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.exp



More information about the Gcc-cvs mailing list