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
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 :
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 :-)
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
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
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