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]

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


Author: nathan
Date: Tue Aug 18 15:32:23 2015
New Revision: 226977

URL: https://gcc.gnu.org/viewcvs?rev=226977&root=gcc&view=rev
Log:
	* target.def  (GOACC_FORK_JOIN, GOACC_LOCK_UNLOCK): Remove GSI
	parameter. 
	* targhooks.h (default_goacc_fork_join,
	default_goacc_lock_unlock): Lose GSI parameter.
	* omp-low.c (execute_oacc_transform): Reformat to remove
	indentation. Adjust target hook calls.
	(default_goacc_fork_join, default_goacc_lock_unlock): Lose GSI
	parameter.
	* doc/tm.texi: Rebuilt.
	* config/nvptx/nvptx.c (nvptx_xform_fork_join,
	nvptx_xform_lock_unlock): Remove GSI parameter.

Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/config/nvptx/nvptx.c
    branches/gomp-4_0-branch/gcc/doc/tm.texi
    branches/gomp-4_0-branch/gcc/omp-low.c
    branches/gomp-4_0-branch/gcc/target.def
    branches/gomp-4_0-branch/gcc/targhooks.h


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