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]

r105969 - in /branches/gomp-20050608-branch: gc...


Author: jakub
Date: Fri Oct 28 21:44:00 2005
New Revision: 105969

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=105969
Log:
	* omp-low.c (expand_rec_input_clauses): If any COPYIN copying is done
	by reference, emit GOMP_barrier () call at the end of the COPYIN
	sequence.
libgomp/
	* testsuite/libgomp.dg/copyin-2.c: New test.
	* testsuite/libgomp.c++/copyin-2.C: New test.
	* testsuite/libgomp.fortran/threadprivate3.f90: New test.

	* testsuite/libgomp.fortran/threadprivate2.f90: New test.
	* testsuite/libgomp.fortran/sharing2.f90: New test.

Added:
    branches/gomp-20050608-branch/libgomp/testsuite/libgomp.c++/copyin-2.C
    branches/gomp-20050608-branch/libgomp/testsuite/libgomp.dg/copyin-2.c
    branches/gomp-20050608-branch/libgomp/testsuite/libgomp.fortran/sharing2.f90
    branches/gomp-20050608-branch/libgomp/testsuite/libgomp.fortran/threadprivate2.f90
    branches/gomp-20050608-branch/libgomp/testsuite/libgomp.fortran/threadprivate3.f90
Modified:
    branches/gomp-20050608-branch/gcc/ChangeLog.gomp
    branches/gomp-20050608-branch/gcc/omp-low.c
    branches/gomp-20050608-branch/libgomp/ChangeLog


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