From 4f9c450c2fbfd415a7e39552a3d8b170e2518b72 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 2 Jul 2007 21:19:28 +0200 Subject: 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 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libgomp/ChangeLog') diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 6e5b09f..a9d1f5a 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,10 @@ +2007-07-02 Jakub Jelinek + + 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. + 2007-07-02 Rainer Orth PR libgomp/26308 -- cgit v1.1