[Bug libgomp/81591] segmentation fault when using priorities of nested tasks

2017-10-19 Thread sistek at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81591 --- Comment #10 from Jakub Sistek --- Hello, are there any news regarding this issue, please? Were you able to reproduce it? Best wishes, Jakub Sistek

[Bug libgomp/81591] segmentation fault when using priorities of nested tasks

2017-08-08 Thread sistek at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81591 --- Comment #9 from Jakub Sistek --- Created attachment 41953 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41953&action=edit an enhanced version of the example producing an error Hi Jakub, sorry for my late response, I was on vacation :

[Bug libgomp/81591] segmentation fault when using priorities of nested tasks

2017-08-01 Thread sistek at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81591 --- Comment #6 from Jakub Sistek --- Also, the problem seems to disappear if there is no priority prescribed on the nested task. However, as soon as I prescribe any priority to the child task, it seems to appear. Jakub :-)

[Bug libgomp/81591] segmentation fault when using priorities of nested tasks

2017-08-01 Thread sistek at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81591 --- Comment #5 from Jakub Sistek --- Created attachment 41879 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41879&action=edit test case producing an error Hello Jakub, thanks for looking into it. I have been able to isolate our problem i

[Bug libgomp/81591] segmentation fault when using priorities of nested tasks

2017-07-28 Thread sistek at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81591 --- Comment #2 from Jakub Sistek --- With the _LIBGOMP_CHECKING_ enabled, I am getting libgomp: priority_tree_next_task: t1 != t2 Best wishes, Jakub Sistek (In reply to Richard Biener from comment #1) > There's > > static void inline > prio

[Bug libgomp/81591] New: segmentation fault when using priorities of nested tasks

2017-07-27 Thread sistek at seznam dot cz
Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: sistek at seznam dot cz CC: jakub at gcc dot gnu.org Target Milestone: --- Hello, we develop the PLASMA numerical library (https://bitbucket.org/icl/plasma) using OpenMP tasks