- Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
Description
| 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.