[Bug c/26171] #pragma omp threadprivate requires -funit-at-a-time
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Feb 22 15:10:00 GMT 2006
------- Comment #1 from reichelt at gcc dot gnu dot org 2006-02-22 15:10 -------
Confirmed.
Even shorter testcase:
==================================
int i=0;
#pragma omp threadprivate (i)
void foo()
{
i=0;
}
==================================
--
reichelt at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Keywords| |monitored
Last reconfirmed|0000-00-00 00:00:00 |2006-02-22 15:10:22
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26171
More information about the Gcc-bugs
mailing list