r202936 - in /branches/gomp-4_0-branch/gcc: Cha...
jakub@gcc.gnu.org
jakub@gcc.gnu.org
Thu Sep 26 07:53:00 GMT 2013
Author: jakub
Date: Thu Sep 26 07:53:46 2013
New Revision: 202936
URL: http://gcc.gnu.org/viewcvs?rev=202936&root=gcc&view=rev
Log:
* omp-low.c (expand_task_call): If there are depend clauses,
pass bit 8 in 7th argument and pass pointer to depend array
as 8th argument.
(lower_depend_clauses): New function.
(lower_omp_taskreg): Handle depend clauses.
* omp-builtins.def (BUILT_IN_GOMP_TASK): Use
BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_BOOL_UINT_PTR
instead of BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_BOOL_UINT.
* builtin-types.def
(BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_BOOL_UINT): Remove.
(BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_BOOL_UINT_PTR): New.
fortran/
* types.def
(BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_BOOL_UINT): Remove.
(BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_BOOL_UINT_PTR): New.
Modified:
branches/gomp-4_0-branch/gcc/ChangeLog.gomp
branches/gomp-4_0-branch/gcc/builtin-types.def
branches/gomp-4_0-branch/gcc/fortran/ChangeLog.gomp
branches/gomp-4_0-branch/gcc/fortran/types.def
branches/gomp-4_0-branch/gcc/omp-builtins.def
branches/gomp-4_0-branch/gcc/omp-low.c
More information about the Gcc-cvs
mailing list