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]

r130540 - in /branches/gomp-3_0-branch: gcc/Cha...


Author: jakub
Date: Fri Nov 30 17:08:58 2007
New Revision: 130540

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130540
Log:
	* gimplify.c (new_omp_context): Set default_kind to
	OMP_CLAUSE_DEFAULT_UNSPECIFIED for OMP_TASK regions.
	(omp_notice_variable): Handle vars that are supposed
	to be implicitly determined firstprivate for task regions.

	* testsuite/libgomp.c/task-1.c: New test.

Added:
    branches/gomp-3_0-branch/libgomp/testsuite/libgomp.c/task-1.c
Modified:
    branches/gomp-3_0-branch/gcc/ChangeLog.gomp
    branches/gomp-3_0-branch/gcc/gimplify.c
    branches/gomp-3_0-branch/libgomp/ChangeLog.gomp


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