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]

r176946 - in /branches/gcc-4_6-branch: gcc/Chan...


Author: jakub
Date: Fri Jul 29 17:48:42 2011
New Revision: 176946

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176946
Log:
	PR middle-end/49897
	PR middle-end/49898
	* omp-low.c (use_pointer_for_field): If disallowing copy-in/out
	in nested parallel and outer is a gimple_reg, mark it as addressable
	and set its bit in task_shared_vars bitmap too.

	* testsuite/libgomp.c/pr49897-1.c: New test.
	* testsuite/libgomp.c/pr49897-2.c: New test.
	* testsuite/libgomp.c/pr49898-1.c: New test.
	* testsuite/libgomp.c/pr49898-2.c: New test.

Added:
    branches/gcc-4_6-branch/libgomp/testsuite/libgomp.c/pr49897-1.c
    branches/gcc-4_6-branch/libgomp/testsuite/libgomp.c/pr49897-2.c
    branches/gcc-4_6-branch/libgomp/testsuite/libgomp.c/pr49898-1.c
    branches/gcc-4_6-branch/libgomp/testsuite/libgomp.c/pr49898-2.c
Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/omp-low.c
    branches/gcc-4_6-branch/libgomp/ChangeLog


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