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

spop@gcc.gnu.org spop@gcc.gnu.org
Thu Oct 2 20:37:00 GMT 2008


Author: spop
Date: Thu Oct  2 20:37:20 2008
New Revision: 140840

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140840
Log:
2008-10-01  Antoniu Pop  <antoniu.pop@gmail.com>
	    Sebastian Pop  <sebastian.pop@amd.com>

	* c-parser.c (c_parser_omp_single): Handle OMP_CLAUSE_LASTPRIVATE
	for tasks.
	* gimplify.c (gimplify_omp_task): Introduce synchronization 
	for tasks with OMP_CLAUSE_LASTPRIVATE clauses.
	* omp-low.c (lower_omp_taskreg): Generate the copy in and
        out of the task for OMP_CLAUSE_LASTPRIVATE variables.
	* testsuite/gcc.dg/gomp/stream-1.c: New.
	* testsuite/gcc.dg/gomp/stream-2.c: New.


Added:
    branches/streamOMP/gcc/testsuite/gcc.dg/gomp/stream-1.c
    branches/streamOMP/gcc/testsuite/gcc.dg/gomp/stream-2.c
Modified:
    branches/streamOMP/gcc/ChangeLog.streamOMP
    branches/streamOMP/gcc/c-parser.c
    branches/streamOMP/gcc/gimplify.c
    branches/streamOMP/gcc/omp-low.c



More information about the Gcc-cvs mailing list