[Bug middle-end/27388] omp_is_private issues
jakub at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu May 4 06:34:00 GMT 2006
------- Comment #3 from jakub at gcc dot gnu dot org 2006-05-04 06:34 -------
Subject: Bug 27388
Author: jakub
Date: Thu May 4 06:34:06 2006
New Revision: 113514
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113514
Log:
PR middle-end/27388
* gimplify.c (omp_is_private): If var is shared in some outer context,
return false instead of true. Stop searching on parallel context
boundary.
* gcc.dg/gomp/pr27388-1.c: New test.
* gcc.dg/gomp/pr27388-2.c: New test.
* gcc.dg/gomp/pr27388-3.c: New test.
Added:
trunk/gcc/testsuite/gcc.dg/gomp/pr27388-1.c
trunk/gcc/testsuite/gcc.dg/gomp/pr27388-2.c
trunk/gcc/testsuite/gcc.dg/gomp/pr27388-3.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/gimplify.c
trunk/gcc/testsuite/ChangeLog
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27388
More information about the Gcc-bugs
mailing list