Skip to content

Fix sharing of threadprivate variables with TLS support. #42022

@alexey-bataev

Description

@alexey-bataev
Bugzilla Link 42677
Resolution FIXED
Resolved on Jul 22, 2019 10:45
Version unspecified
OS All
Blocks #41819
CC @zmodem

Extended Description

If the threadprivate variable is used in the copyin clause on inner
parallel directive with TLS support, we capture this variable in all
outer OpenMP scopes. It leads to the fact that in all scopes we're
working with the original variable, not the threadprivate copies.

Bug fixed in r366483.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillaopenmp

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions