]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libgomp/32468 (number of threads in a parallel region depends on number of...
authorJakub Jelinek <jakub@redhat.com>
Mon, 2 Jul 2007 19:19:28 +0000 (21:19 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 2 Jul 2007 19:19:28 +0000 (21:19 +0200)
commit4f9c450c2fbfd415a7e39552a3d8b170e2518b72
tree19dc9952a79a02112a3b9cffbad788ef06cca5ea
parent83cc1ba13d92377f1aa863ad2136d4a18e17f9ff
re PR libgomp/32468 (number of threads in a parallel region depends on number of SECTIONs and MAX_THREADS)

PR libgomp/32468
* sections.c (GOMP_parallel_sections_start): Only decrease
number of threads to COUNT if dyn_var is true.
* testsuite/libgomp.c/pr32468.c: New test.

From-SVN: r126224
libgomp/ChangeLog
libgomp/sections.c
libgomp/testsuite/libgomp.c/pr32468.c [new file with mode: 0644]