Re: [PATCH] libgomp: Add master thread to thread pool

2019-03-26 Thread Jakub Jelinek
On Tue, Mar 26, 2019 at 03:42:09PM -0700, Kevin Buettner wrote: > libgomp/ChangeLog: > > * team.c (gomp_team_start): Initialize pool->threads[0]. > > diff --git a/libgomp/team.c b/libgomp/team.c > index 2b2e9750da5..c422da3701d 100644 > --- a/libgomp/team.c > +++ b/libgomp/team.c > @@ -482,

Re: [PATCH] libgomp: Add master thread to thread pool

2019-03-26 Thread Kevin Buettner
On Mon, 25 Mar 2019 19:30:57 +0100 Jakub Jelinek wrote: > On Fri, Feb 22, 2019 at 06:11:44PM -0700, Kevin Buettner wrote: > > For debugging purposes, I need to be able to find the master thread > > in the thread pool. > > > > Without this patch, I see over 20 failures in the tests that I've > >

Re: [PATCH] libgomp: Add master thread to thread pool

2019-03-25 Thread Jakub Jelinek
On Fri, Feb 22, 2019 at 06:11:44PM -0700, Kevin Buettner wrote: > For debugging purposes, I need to be able to find the master thread > in the thread pool. > > Without this patch, I see over 20 failures in the tests that I've > written for GDB. > > I've also tested this in the gcc tree - no regre

Re: [PATCH] libgomp: Add master thread to thread pool

2019-03-21 Thread Kevin Buettner
Ping. On Fri, 22 Feb 2019 18:11:44 -0700 Kevin Buettner wrote: > For debugging purposes, I need to be able to find the master thread > in the thread pool. > > Without this patch, I see over 20 failures in the tests that I've > written for GDB. > > I've also tested this in the gcc tree - no reg