https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79321
Martin Liška <marxin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> ---
It's about a fork being called after a loop, where one threads leaves
gomp_simple_barrier_wait (&pool->threads_dock) and runs the folk. Other threads
have't cross the wait barrier.
Jakub?
