[Bug fortran/42865] OpenMP threadprivate allocatable saved variable -> seg fault

2010-02-05 Thread longb at cray dot com
--- Comment #3 from longb at cray dot com 2010-02-05 23:49 --- This bug was filed because it appeared that the test worked with the Cray, PGI, and Intel compilers. However, based on the notes in Comments 1 and 2, more tests were written which uncovered that the Cray compiler seems to do

[Bug fortran/42865] OpenMP threadprivate allocatable saved variable -> seg fault

2010-01-26 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2010-01-26 09:19 --- Another link http://openmp.org/forum/viewtopic.php?f=5&t=7&start=10#p292 (I knew I've raised this issue already before 3.0 standard was released). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42865

[Bug fortran/42865] OpenMP threadprivate allocatable saved variable -> seg fault

2010-01-26 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2010-01-26 08:15 --- This is invalid, you violate the restrictions of the copyin clause. Page 101 talks about POINTER copyin arguments, not ALLOCATABLEs. See http://openmp.org/forum/viewtopic.php?f=7&t=639 for more details. -- jakub at