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]

r106542 - in /branches/gomp-20050608-branch/gcc...


Author: jakub
Date: Sat Nov  5 23:35:16 2005
New Revision: 106542

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106542
Log:
	* gimplify.c (enum gimplify_omp_var_data): Add GOVD_DEBUG_PRIVATE.
	(omp_add_variable): For shared VLAs set also GOVD_DEBUG_PRIVATE bit
	and preserve GOVD_EXPLICIT bit.
	(gimplify_adjust_omp_clauses_1): If GOVD_DEBUG_PRIVATE bit is set, also
	create OMP_CLAUSE_PRIVATE with OMP_CLAUSE_PRIVATE_DEBUG flag.
	(gimplify_adjust_omp_clauses): Likewise.

Modified:
    branches/gomp-20050608-branch/gcc/ChangeLog.gomp
    branches/gomp-20050608-branch/gcc/gimplify.c


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