------- 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