Re: C++11 thread_local implementation issue on Cygwin/AMD64

2017-02-07 Thread JonY
On 01/25/2017 09:26 AM, Václav Haisman wrote: > On 9 February 2016 at 15:23, Václav Haisman wrote: >> On 19 May 2015 at 10:52, Václav Haisman wrote: >>> On 19 January 2015 at 15:42, Václav Haisman wrote: Hi. I have hit an issue with thread-local storage variables on Cygwi

Re: C++11 thread_local implementation issue on Cygwin/AMD64

2017-01-25 Thread Václav Haisman
On 9 February 2016 at 15:23, Václav Haisman wrote: > On 19 May 2015 at 10:52, Václav Haisman wrote: >> On 19 January 2015 at 15:42, Václav Haisman wrote: >>> >>> Hi. >>> >>> I have hit an issue with thread-local storage variables on >>> Cygwin/AMD64, I do not see it with Cygwin/i686. >>> >>> I am

Re: C++11 thread_local implementation issue on Cygwin/AMD64

2016-02-09 Thread Václav Haisman
On 19 May 2015 at 10:52, Václav Haisman wrote: > On 19 January 2015 at 15:42, Václav Haisman wrote: >> >> Hi. >> >> I have hit an issue with thread-local storage variables on >> Cygwin/AMD64, I do not see it with Cygwin/i686. >> >> I am having linking issues when using `thread_local` keyword in Cy

Re: C++11 thread_local implementation issue on Cygwin/AMD64

2015-05-19 Thread Václav Haisman
On 19 January 2015 at 15:42, Václav Haisman wrote: > > Hi. > > I have hit an issue with thread-local storage variables on > Cygwin/AMD64, I do not see it with Cygwin/i686. > > I am having linking issues when using `thread_local` keyword in Cygwin > with its GCC 4.8.3 and GCC 4.9.2. This is derived

C++11 thread_local implementation issue on Cygwin/AMD64

2015-01-19 Thread Václav Zeman
Hi. I have hit an issue with thread-local storage variables on Cygwin/AMD64, I do not see it with Cygwin/i686. I am having linking issues when using `thread_local` keyword in Cygwin with its GCC 4.8.3 and GCC 4.9.2. This is derived from log4cplus. The test case is split into three files: File de