[Bug libgomp/44342] gfortran and OpenMP: Allocate fails on nested parallelism regions

2010-05-31 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2010-05-31 12:00 --- Right. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44342

[Bug libgomp/44342] gfortran and OpenMP: Allocate fails on nested parallelism regions

2010-05-31 Thread shiv4k at gmail dot com
--- Comment #2 from shiv4k at gmail dot com 2010-05-31 11:58 --- So, it is not possible to COPYIN in a nested region an allocatable member? -- shiv4k at gmail dot com changed: What|Removed |Added

[Bug libgomp/44342] gfortran and OpenMP: Allocate fails on nested parallelism regions

2010-05-31 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2010-05-31 11:51 --- This is not a compiler bug. See OpenMP 3.0 spec, 2.9.2, page 82, lines 9-18. The guarantee that you are looking at the same thread is there only for parallels not nested in another parallel, with nested parallels there