[Bug c++/36242] OpenMP multi-threading crashes

2009-04-08 Thread support at jawset dot com
--- 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

[Bug c++/36242] OpenMP multi-threading crashes

2008-06-11 Thread jakub at gcc dot gnu dot org
--- 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:

[Bug c++/36242] OpenMP multi-threading crashes

2008-06-11 Thread steven at gcc dot gnu dot org
--- 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

[Bug c++/36242] OpenMP multi-threading crashes

2008-05-15 Thread eilemann at gmail dot com
--- 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

[Bug c++/36242] OpenMP multi-threading crashes

2008-05-15 Thread eilemann at gmail dot com
--- 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