[Bug libgomp/35517] OpenMP: Incorrect result when run with two or more threads
bart dot vanassche at gmail dot com
gcc-bugzilla@gcc.gnu.org
Mon Mar 10 18:33:00 GMT 2008
------- Comment #2 from bart dot vanassche at gmail dot com 2008-03-10 18:32 -------
Everything works correctly after changing
#pragma omp parallel for
into
#pragma omp parallel for private(j, k)
--
bart dot vanassche at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35517
More information about the Gcc-bugs
mailing list