Re: [Open64-devel] Review request for fix to OpenMP runtime bug 742

2011-03-11 Thread Jian-Xin Lai
Sent: Thursday, March 10, 2011 12:22 PM > > To: open64-devel@lists.sourceforge.net > > Subject: [Open64-devel] Review request for fix to OpenMP runtime bug > > 742 > > > > The OpenMP 2.5 SPEC states: > > > > 2.8.2 threadprivate Directive > > ... > &g

Re: [Open64-devel] Review request for fix to OpenMP runtime bug 742

2011-03-11 Thread Gilmore, Doug
Is there any chance that a gatekeeper could review this change soon? Thanks, Doug > -Original Message- > From: Gilmore, Doug [mailto:doug.gilm...@amd.com] > Sent: Thursday, March 10, 2011 12:22 PM > To: open64-devel@lists.sourceforge.net > Subject: [Open64-devel] Review

[Open64-devel] Review request for fix to OpenMP runtime bug 742

2011-03-10 Thread Gilmore, Doug
The OpenMP 2.5 SPEC states: 2.8.2 threadprivate Directive ... Each copy of a threadprivate object is initialized once, in the manner specified by the program, but at an unspecified point in the program prior to the first reference to that copy. I attached a test example that works with gcc, icc,