Op 21 feb. 2012 04:26 schreef "Herb Thompson" het
volgende:
>
> On 2012-02-17 2:33 PM, Ruben Van Boxem wrote:
> > Hi all,
> >
> > On request of Kai, I built a new MinGW-w64 toolchain including the
latest
> > trunk 4.7 GCC, and mingw-w64 trunk. A lot of work has gone into both
since
> > last time I
On 2012-02-17 2:33 PM, Ruben Van Boxem wrote:
> Hi all,
>
> On request of Kai, I built a new MinGW-w64 toolchain including the latest
> trunk 4.7 GCC, and mingw-w64 trunk. A lot of work has gone into both since
> last time I sent one of these irritating mails no one reads about toolchain
> builds n
So the patch for ms-bitfields is applied to trunk and 4.6.x branch. I
don't intend to back-port this patch to earlier versions then that.
Cheers,
Kai
2012/2/20 Kai Tietz :
> So,
>
> the gthread patch is applied to trunk and 4.6.x branch. Now I wait
> for the approval for pr 52238. After this i
So,
the gthread patch is applied to trunk and 4.6.x branch. Now I wait
for the approval for pr 52238. After this is applied too, I think it
is time for doing new toolchains.
Regards,
Kai
PS: Ruben you might could check if by this gthread-patch the reported
issue about winpthread in openMP in D
Thanks,
Kai
--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accel
2012/2/17 Ruben Van Boxem :
> 2012/2/17 niXman
>>
>> 2012/2/17 niXman :
>> > Hi Ruben!
>> > Thanks for your work.
>> >
>> > For dynamically linking C++11 std::thread, replace this line:
>> >> #if SUPPORTS_WEAK && GTHREAD_USE_WEAK
>> > with this one:
>> >> #if SUPPORTS_WEAK && GTHREAD_USE_WEAK && !
2012/2/17 Kai Tietz :
> 2012/2/17 Ruben Van Boxem :
>> 2012/2/17 niXman
>>>
>>> 2012/2/17 niXman :
>>> > Hi Ruben!
>>> > Thanks for your work.
>>> >
>>> > For dynamically linking C++11 std::thread, replace this line:
>>> >> #if SUPPORTS_WEAK && GTHREAD_USE_WEAK
>>> > with this one:
>>> >> #if SUPP
2012/2/17 niXman :
> 2012/2/17 Ruben Van Boxem :
>> 2012/2/17 niXman
>>>
>>> 2012/2/17 niXman :
>>> > Hi Ruben!
>>> > Thanks for your work.
>>> >
>>> > For dynamically linking C++11 std::thread, replace this line:
>>> >> #if SUPPORTS_WEAK && GTHREAD_USE_WEAK
>>> > with this one:
>>> >> #if SUPPORT
2012/2/17 Ruben Van Boxem :
> 2012/2/17 niXman
>>
>> 2012/2/17 niXman :
>> > Hi Ruben!
>> > Thanks for your work.
>> >
>> > For dynamically linking C++11 std::thread, replace this line:
>> >> #if SUPPORTS_WEAK && GTHREAD_USE_WEAK
>> > with this one:
>> >> #if SUPPORTS_WEAK && GTHREAD_USE_WEAK && !
于 2012/2/18 3:20, Kai Tietz 写道:
> Hmm, interesting. What kind of issue happens here on cygwin. As my
> recent builds of binutils on cygwin were working fine. But well, I
> didn't built native cygwin ones.
>
I didn't try it on cygwin and it seems that I missed the small testcase.
But about weak
2012/2/17 Kai Tietz :
> 2012/2/17 Ruben Van Boxem :
>> 2012/2/17 niXman
>>>
>>> 2012/2/17 niXman :
>>> > Hi Ruben!
>>> > Thanks for your work.
>>> >
>>> > For dynamically linking C++11 std::thread, replace this line:
>>> >> #if SUPPORTS_WEAK && GTHREAD_USE_WEAK
>>> > with this one:
>>> >> #if SUPP
2012/2/17 Ruben Van Boxem :
> 2012/2/17 niXman
>>
>> 2012/2/17 niXman :
>> > Hi Ruben!
>> > Thanks for your work.
>> >
>> > For dynamically linking C++11 std::thread, replace this line:
>> >> #if SUPPORTS_WEAK && GTHREAD_USE_WEAK
>> > with this one:
>> >> #if SUPPORTS_WEAK && GTHREAD_USE_WEAK && !
2012/2/17 niXman
> 2012/2/17 niXman :
> > Hi Ruben!
> > Thanks for your work.
> >
> > For dynamically linking C++11 std::thread, replace this line:
> >> #if SUPPORTS_WEAK && GTHREAD_USE_WEAK
> > with this one:
> >> #if SUPPORTS_WEAK && GTHREAD_USE_WEAK && !defined(__MINGW32__)
>
> in gthr-posix.h
2012/2/17 xunxun :
> 于 2012/2/18 3:08, niXman 写道:
>> Hi Ruben!
>> Thanks for your work.
>>
>> For dynamically linking C++11 std::thread, replace this line:
>>> #if SUPPORTS_WEAK&& GTHREAD_USE_WEAK
>> with this one:
>>> #if SUPPORTS_WEAK&& GTHREAD_USE_WEAK&& !defined(__MINGW32__)
>> In my builds
于 2012/2/18 3:08, niXman 写道:
> Hi Ruben!
> Thanks for your work.
>
> For dynamically linking C++11 std::thread, replace this line:
>> #if SUPPORTS_WEAK&& GTHREAD_USE_WEAK
> with this one:
>> #if SUPPORTS_WEAK&& GTHREAD_USE_WEAK&& !defined(__MINGW32__)
> In my builds dynamic linking is used for a
2012/2/17 niXman :
> Hi Ruben!
> Thanks for your work.
>
> For dynamically linking C++11 std::thread, replace this line:
>> #if SUPPORTS_WEAK && GTHREAD_USE_WEAK
> with this one:
>> #if SUPPORTS_WEAK && GTHREAD_USE_WEAK && !defined(__MINGW32__)
in gthr-posix.h
>
> In my builds dynamic linking is
Hi Ruben!
Thanks for your work.
For dynamically linking C++11 std::thread, replace this line:
> #if SUPPORTS_WEAK && GTHREAD_USE_WEAK
with this one:
> #if SUPPORTS_WEAK && GTHREAD_USE_WEAK && !defined(__MINGW32__)
In my builds dynamic linking is used for a long time.
Possibly, anyone could tell
Hi all,
On request of Kai, I built a new MinGW-w64 toolchain including the latest
trunk 4.7 GCC, and mingw-w64 trunk. A lot of work has gone into both since
last time I sent one of these irritating mails no one reads about toolchain
builds no one ever uses ;-)
Nothing really fresh, except that Cl
18 matches
Mail list logo