Re: [patch libgcc]: Fix PR c++/57440

2014-05-09 Thread Ian Lance Taylor
On Wed, May 7, 2014 at 12:06 PM, Kai Tietz wrote: > > this patch adds for Windows targets the define > _GTHREAD_USE_MUTEX_INIT_FUNC, which is necessary as pthread-emulation > for those targets are just handling pthread_mutext_init, > othread_mutex_destroy proper. > > ChangeLog libgcc > > 2014-05-0

Re: [patch libgcc]: Fix PR c++/57440

2014-05-07 Thread Kai Tietz
2014-05-07 21:41 GMT+02:00 Jonathan Wakely : > On 7 May 2014 20:06, Kai Tietz wrote: >> >> PR c++/57440 > > N.B. that should be libstdc++/57440 in the ChangeLog Oh, yes of course. Thanks. Kai

Re: [patch libgcc]: Fix PR c++/57440

2014-05-07 Thread Jonathan Wakely
On 7 May 2014 20:06, Kai Tietz wrote: > > PR c++/57440 N.B. that should be libstdc++/57440 in the ChangeLog

[patch libgcc]: Fix PR c++/57440

2014-05-07 Thread Kai Tietz
Hi, this patch adds for Windows targets the define _GTHREAD_USE_MUTEX_INIT_FUNC, which is necessary as pthread-emulation for those targets are just handling pthread_mutext_init, othread_mutex_destroy proper. ChangeLog libgcc 2014-05-07 Kai Tietz PR c++/57440 * gthr-posix.h (_