[Bug libgomp/42616] OMP'ed loop inside pthread leads to crash.

2011-01-05 Thread zlogic at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42616 --- Comment #9 from Dmitri Zolotukhin zlogic at gmail dot com 2011-01-05 18:30:46 UTC --- @Victor K. Are you using the MinGW or TDM version of GCC? TDM 4.5.0 passes the test cases on my machine. Seems the problem existed only in the 4.4.* branch

[Bug libgomp/42616] OMP'ed loop inside pthread leads to crash.

2010-06-20 Thread zlogic at gmail dot com
--- Comment #6 from zlogic at gmail dot com 2010-06-20 14:55 --- Any news on this? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42616

[Bug libgomp/42616] OMP'ed loop inside pthread leads to crash.

2010-01-21 Thread zlogic at gmail dot com
--- Comment #4 from zlogic at gmail dot com 2010-01-21 20:06 --- This bug is also present in the latest TDM (http://www.tdragon.net/recentgcc/) builds. Using OpenMP fails when called from pthreads and Windows native threads. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42616

[Bug libgomp/42616] OMP'ed loop inside pthread leads to crash.

2010-01-20 Thread zlogic at gmail dot com
--- Comment #3 from zlogic at gmail dot com 2010-01-20 22:42 --- Confirmed, I've encountered this bug in 64-bit Windows 7. I've used Qt Creator 1.3.1 (bundled with gc 4.4.0) for building a project which calls OpenMP functions from inside a pthread. If I call OpenMP function from main