This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r217148 - in /branches/gomp-4_0-branch: gcc/Cha...


Author: tschwinge
Date: Wed Nov  5 16:54:07 2014
New Revision: 217148

URL: https://gcc.gnu.org/viewcvs?rev=217148&root=gcc&view=rev
Log:
OpenACC update host/self maintenance.

	gcc/c/
	* c-parser.c (c_parser_omp_clause_name) <"host">: Return
	PRAGMA_OMP_CLAUSE_HOST.

	gcc/c/
	(c_parser_oacc_data_clause): Group PRAGMA_OMP_CLAUSE_SELF next to
	PRAGMA_OMP_CLAUSE_HOST.
	gcc/cp/
	* parser.c (cp_parser_oacc_data_clause): Group
	PRAGMA_OMP_CLAUSE_SELF next to PRAGMA_OMP_CLAUSE_HOST.

	gcc/fortran/
	* openmp.c (OMP_CLAUSE_HOST, OMP_CLAUSE_SELF): Merge into the new
	OMP_CLAUSE_HOST_SELF.  Update all users.

	gcc/
	* tree-core.h (enum omp_clause_code): Remove OMP_CLAUSE_HOST and
	OMP_CLAUSE_OACC_DEVICE.  Update all users.

	gcc/testsuite/
	* c-c++-common/goacc/update-1.c: Extend.
	* gfortran.dg/goacc/assumed.f95: Likewise.
	* gfortran.dg/goacc/coarray.f95: Likewise.
	* gfortran.dg/goacc/cray.f95: Likewise.
	* gfortran.dg/goacc/literal.f95: Likewise.
	* gfortran.dg/goacc/parameter.f95: Likewise.
	libgomp/
	* testsuite/libgomp.oacc-c-c++-common/update-1-2.c: New file.
	* testsuite/libgomp.oacc-fortran/data-4-2.f90: Likewise.
	* testsuite/libgomp.oacc-fortran/data-4.f90: In one instance, use
	the self clause instead of host clause.

Added:
    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-fortran/data-4-2.f90
      - copied, changed from r217147, branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/data-4.f90
Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/c/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/c/c-parser.c
    branches/gomp-4_0-branch/gcc/cp/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/cp/parser.c
    branches/gomp-4_0-branch/gcc/fortran/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/fortran/openmp.c
    branches/gomp-4_0-branch/gcc/gimplify.c
    branches/gomp-4_0-branch/gcc/omp-low.c
    branches/gomp-4_0-branch/gcc/testsuite/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/update-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/assumed.f95
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/coarray.f95
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/cray.f95
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/literal.f95
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/parameter.f95
    branches/gomp-4_0-branch/gcc/tree-core.h
    branches/gomp-4_0-branch/gcc/tree-pretty-print.c
    branches/gomp-4_0-branch/gcc/tree.c
    branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-fortran/data-4.f90


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]