This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r205923 - in /branches/gcc-4_8-branch: gcc/Chan...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 12 Dec 2013 08:57:23 -0000
- Subject: r205923 - in /branches/gcc-4_8-branch: gcc/Chan...
Author: jakub
Date: Thu Dec 12 08:57:22 2013
New Revision: 205923
URL: http://gcc.gnu.org/viewcvs?rev=205923&root=gcc&view=rev
Log:
PR libgomp/59467
* gimplify.c (omp_check_private): Add copyprivate argument, if it
is true, don't check omp_privatize_by_reference.
(gimplify_scan_omp_clauses): For OMP_CLAUSE_COPYPRIVATE verify
decl is private in outer context. Adjust omp_check_private caller.
* gfortran.dg/gomp/pr59467.f90: New test.
* c-c++-common/gomp/pr59467.c: New test.
* testsuite/libgomp.fortran/crayptr2.f90: Add private (d) clause to
!$omp parallel.
Added:
branches/gcc-4_8-branch/gcc/testsuite/c-c++-common/gomp/pr59467.c
branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/gomp/pr59467.f90
Modified:
branches/gcc-4_8-branch/gcc/ChangeLog
branches/gcc-4_8-branch/gcc/gimplify.c
branches/gcc-4_8-branch/gcc/testsuite/ChangeLog
branches/gcc-4_8-branch/libgomp/ChangeLog
branches/gcc-4_8-branch/libgomp/testsuite/libgomp.fortran/crayptr2.f90