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]

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


Author: tschwinge
Date: Wed Dec 18 08:20:20 2013
New Revision: 206082

URL: http://gcc.gnu.org/viewcvs?rev=206082&root=gcc&view=rev
Log:
Prepare OpenACC memory mapping interface for additional mapping kinds.

	gcc/
	* omp-low.c (lower_oacc_parallel): Switch kinds array to unsigned
	short, and shift alignment description to begin at bit 8.
	libgomp/
	* libgomp_g.h (GOACC_parallel): Switch kinds array to unsigned
	short.
	* oacc-parallel.c (GOACC_parallel): Likewise, and catch
	unsupported kinds.

Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog
    branches/gomp-4_0-branch/gcc/omp-low.c
    branches/gomp-4_0-branch/libgomp/ChangeLog
    branches/gomp-4_0-branch/libgomp/libgomp_g.h
    branches/gomp-4_0-branch/libgomp/oacc-parallel.c


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