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

nathan@gcc.gnu.org nathan@gcc.gnu.org
Thu Nov 12 14:00:00 GMT 2015


Author: nathan
Date: Thu Nov 12 14:00:48 2015
New Revision: 230259

URL: https://gcc.gnu.org/viewcvs?rev=230259&root=gcc&view=rev
Log:
	* langhooks-def.h (omp_mappable_type): Remove oacc arg.
	* langhooks.h (lhd_omp_mappable_type): Likewise.
	* langhooks.c (lhd_omp_mappable_type): Likswise.
	* gimplify.c (omp_notice_variable): Adjust omp_mappable_type call.

	c/
	* c-typeck.c (c_finish_omp_clauses): Adjust omp_mappable_type calls.
	* c-decl.c (c_decl_attributes): Likewise.

	testsuite/
	* g++.dg/goacc/reference.C: Adjust.

	cp/
	* semantics.c (finish_ommp_clauses): Adjust omp_mappable_type calls.
	* decl2.c (cp_omp_mappable_type): Remove oacc arg and processing.
	* cp-tree.h (cp_omp_mappable_type): Remove oacc arg.

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-decl.c
    branches/gomp-4_0-branch/gcc/c/c-typeck.c
    branches/gomp-4_0-branch/gcc/cp/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/cp/cp-tree.h
    branches/gomp-4_0-branch/gcc/cp/decl2.c
    branches/gomp-4_0-branch/gcc/cp/semantics.c
    branches/gomp-4_0-branch/gcc/gimplify.c
    branches/gomp-4_0-branch/gcc/langhooks-def.h
    branches/gomp-4_0-branch/gcc/langhooks.c
    branches/gomp-4_0-branch/gcc/langhooks.h
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/goacc/reference.C



More information about the Gcc-cvs mailing list