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]

r143510 - in /branches/streamOMP/gcc: ChangeLog...


Author: apop
Date: Tue Jan 20 09:43:57 2009
New Revision: 143510

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143510
Log:
2009-01-20  Antoniu Pop  <antoniu.pop@gmail.com>

gcc/
	* omp-low.c (lower_omp_taskreg): Moved the generation of post/wait
	synchronization to gimplify.c.
	* gimplify.c (gimplify_omp_task): Added generation of post/wait
	synchronization.  Pass the semaphore by copy in the outlined
	task as a firstprivate variable.


Modified:
    branches/streamOMP/gcc/ChangeLog.streamOMP
    branches/streamOMP/gcc/gimplify.c
    branches/streamOMP/gcc/omp-low.c


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