Re: [PATCH] jit: Fix missing references to pthread in jit-playback.c

2016-01-26 Thread Iain Buclaw
On 26 January 2016 at 01:33, David Malcolm wrote: > > On Sat, 2016-01-23 at 19:08 +0100, Iain Buclaw wrote: > > Hi, > > > > I noticed when building from 2016-01-17 snapshot that the JIT frontend > > failed to build. > > > > --- > > jit-playback.c:2075:36: error:

Re: [PATCH] jit: Fix missing references to pthread in jit-playback.c

2016-01-25 Thread David Malcolm
On Sat, 2016-01-23 at 19:08 +0100, Iain Buclaw wrote: > Hi, > > I noticed when building from 2016-01-17 snapshot that the JIT frontend > failed to build. > > --- > jit-playback.c:2075:36: error: ‘PTHREAD_MUTEX_INITIALIZER’ was not > declared in this scope > jit-playback.c: In member function

[PATCH] jit: Fix missing references to pthread in jit-playback.c

2016-01-23 Thread Iain Buclaw
Hi, I noticed when building from 2016-01-17 snapshot that the JIT frontend failed to build. --- jit-playback.c:2075:36: error: ‘PTHREAD_MUTEX_INITIALIZER’ was not declared in this scope jit-playback.c: In member function ‘void gcc::jit::playback::context::acquire_mutex()’: