[Bug libgomp/35517] OpenMP: Incorrect result when run with two or more threads

2008-03-10 Thread bart dot vanassche at gmail dot com
--- 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

[Bug libgomp/35517] OpenMP: Incorrect result when run with two or more threads

2008-03-09 Thread bart dot vanassche at gmail dot com
--- Comment #1 from bart dot vanassche at gmail dot com 2008-03-09 19:58 --- Created an attachment (id=15286) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15286action=view) Test program matinv_openmp.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35517