--- Comment #5 from support at jawset dot com 2009-04-08 10:46 ---
(In reply to comment #4)
> Using OpenMP pragmas in multiple pthread_create created threads concurrently
It also crashes when using omp pragmas from a single pthread if it is not the
main thread.
--
http://gcc.gnu.or
--- Comment #4 from jakub at gcc dot gnu dot org 2008-06-11 20:29 ---
Using OpenMP pragmas in multiple pthread_create created threads concurrently
isn't supported in 4.2/4.3.
There is a support for it on the trunk since a few days ago though.
--
jakub at gcc dot gnu dot org changed:
--- Comment #3 from steven at gcc dot gnu dot org 2008-06-11 20:19 ---
Jakub is the OpenMP guru.
--
steven at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from eilemann at gmail dot com 2008-05-15 08:13 ---
Created an attachment (id=15642)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15642&action=view)
Standalone test case - compile line within
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36242
--- Comment #1 from eilemann at gmail dot com 2008-05-15 08:12 ---
Created an attachment (id=15641)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15641&action=view)
the preprocessed file (*.i*) that triggers the bug,
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36242