https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63700
--- Comment #3 from Walter Zimmer ---
Still, we're looking for a way to accomplish this. Any news? I didn't see
anything concerning stack size in the current OpenMP docs.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63700
--- Comment #2 from Walter Zimmer ---
We upgraded to gcc 7 and it seems nothing has changed in setting the stack size
(except for Darwin).
One solution would be to add a gomp call to alter the stack size in
gomp_thread_attr after it was initiali
Priority: P3
Component: libgomp
Assignee: unassigned at gcc dot gnu.org
Reporter: walter.zimmer at dlr dot de
CC: jakub at gcc dot gnu.org
We have a binary which uses a lot of stack due to external libray we have no
control over. Single threaded