This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgomp/32468] number of threads in a parallel region depends on number of SECTIONs and MAX_THREADS



------- Comment #4 from jakub at gcc dot gnu dot org  2007-07-02 19:19 -------
Subject: Bug 32468

Author: jakub
Date: Mon Jul  2 19:19:28 2007
New Revision: 126224

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126224
Log:
        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.

Added:
    trunk/libgomp/testsuite/libgomp.c/pr32468.c
Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/sections.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32468


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]