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 middle-end/44085] OpenMP - untied task accesses threadprivate - non-conforming but no msg



------- Comment #3 from jakub at gcc dot gnu dot org  2010-05-12 12:19 -------
Subject: Bug 44085

Author: jakub
Date: Wed May 12 12:18:55 2010
New Revision: 159317

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159317
Log:
        PR middle-end/44085
        * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
        change value of ORT_TASK.
        (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
        (omp_notice_threadprivate_variable): New function.
        (omp_notice_variable): Call it for threadprivate variables.
        If enclosing ctx is a task, print enclosing task rather than
        enclosing parallel.  Handle ORT_UNTIED_TASK like ORT_TASK.
        (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
        if task has untied clause.

        * gcc.dg/gomp/pr44085.c: New test.
        * gfortran.dg/gomp/pr44085.f90: New test.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/gomp/pr44085.c
    branches/gcc-4_5-branch/gcc/testsuite/gfortran.dg/gomp/pr44085.f90
Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/gimplify.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog


-- 


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


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