------- Comment #1 from pinskia at gcc dot gnu dot org 2009-06-07 00:11 ------- >==21970== at 0x71A35FD: gomp_iter_dynamic_next (iter.c:190)
Is a bogus warning as that is thread specific data: struct gomp_thread *thr = gomp_thread (); struct gomp_work_share *ws = thr->ts.work_share; -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40362