This is the mail archive of the gcc-bugs@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]

[Bug libgomp/59467] copyprivate in the fortran testsuite


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59467

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Dec 12 08:52:06 2013
New Revision: 205922

URL: http://gcc.gnu.org/viewcvs?rev=205922&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:
    trunk/gcc/testsuite/c-c++-common/gomp/pr59467.c
    trunk/gcc/testsuite/gfortran.dg/gomp/pr59467.f90
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimplify.c
    trunk/gcc/testsuite/ChangeLog
    trunk/libgomp/ChangeLog
    trunk/libgomp/testsuite/libgomp.fortran/crayptr2.f90


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