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]

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


Author: tschwinge
Date: Wed May 17 11:52:15 2017
New Revision: 248148

URL: https://gcc.gnu.org/viewcvs?rev=248148&root=gcc&view=rev
Log:
Complete compiler-side handling of the OpenACC finalize clause

	gcc/cp/
	* pt.c (tsubst_omp_clauses): Handle "OMP_CLAUSE_FINALIZE".
	gcc/
	* tree-nested.c (convert_nonlocal_omp_clauses)
	(convert_local_omp_clauses): Handle "OMP_CLAUSE_FINALIZE".
	* tree-pretty-print.c (dump_omp_clause): Handle
	"OMP_CLAUSE_FINALIZE".
	gcc/testsuite/
	* c-c++-common/goacc/data-2.c: Update.
	* g++.dg/goacc/template.C: Likewise.
	* gcc.dg/goacc/nested-function-1.c: Likewise.
	* gfortran.dg/goacc/enter-exit-data.f95: Likewise.
	* gfortran.dg/goacc/nested-function-1.f90: Likewise.

Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/cp/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/cp/pt.c
    branches/gomp-4_0-branch/gcc/testsuite/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/goacc/data-2.c
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/goacc/template.C
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/goacc/nested-function-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/enter-exit-data.f95
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/nested-function-1.f90
    branches/gomp-4_0-branch/gcc/tree-nested.c
    branches/gomp-4_0-branch/gcc/tree-pretty-print.c


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