This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: OMP WORKSHARE with blocks / PR 50690


On Dec 3 2011, Thomas Koenig wrote:

in the process of trying out possible fixes for PR 50690, I have come across a behavior that I don't understand.

So, have I been doing anything wrong with my program (likely), or is
there a bug in handling OMP WORKSHARE?

Well, there is a bug. tmp is shared, and needs to be private. Whether that will fix the problem, I can't say.

Regards,
Nick Maclaren.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]