Re: [Mingw-w64-public] New rubenvb Personal build with GCC 4.7 and mingw-w64 trunk

2012-02-21 Thread Ruben Van Boxem
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

Re: [Mingw-w64-public] New rubenvb Personal build with GCC 4.7 and mingw-w64 trunk

2012-02-20 Thread Herb Thompson
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

Re: [Mingw-w64-public] New rubenvb Personal build with GCC 4.7 and mingw-w64 trunk

2012-02-20 Thread Kai Tietz
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

Re: [Mingw-w64-public] New rubenvb Personal build with GCC 4.7 and mingw-w64 trunk

2012-02-20 Thread 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 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

Re: [Mingw-w64-public] New rubenvb Personal build with GCC 4.7 and mingw-w64 trunk

2012-02-17 Thread Kai Tietz
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

Re: [Mingw-w64-public] New rubenvb Personal build with GCC 4.7 and mingw-w64 trunk

2012-02-17 Thread 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 SUPPORTS_WEAK && GTHREAD_USE_WEAK && !

Re: [Mingw-w64-public] New rubenvb Personal build with GCC 4.7 and mingw-w64 trunk

2012-02-17 Thread niXman
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

Re: [Mingw-w64-public] New rubenvb Personal build with GCC 4.7 and mingw-w64 trunk

2012-02-17 Thread Kai Tietz
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

Re: [Mingw-w64-public] New rubenvb Personal build with GCC 4.7 and mingw-w64 trunk

2012-02-17 Thread 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 SUPPORTS_WEAK && GTHREAD_USE_WEAK && !

Re: [Mingw-w64-public] New rubenvb Personal build with GCC 4.7 and mingw-w64 trunk

2012-02-17 Thread xunxun
于 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

Re: [Mingw-w64-public] New rubenvb Personal build with GCC 4.7 and mingw-w64 trunk

2012-02-17 Thread niXman
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

Re: [Mingw-w64-public] New rubenvb Personal build with GCC 4.7 and mingw-w64 trunk

2012-02-17 Thread 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 SUPPORTS_WEAK && GTHREAD_USE_WEAK && !

Re: [Mingw-w64-public] New rubenvb Personal build with GCC 4.7 and mingw-w64 trunk

2012-02-17 Thread 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 && !defined(__MINGW32__) > > in gthr-posix.h

Re: [Mingw-w64-public] New rubenvb Personal build with GCC 4.7 and mingw-w64 trunk

2012-02-17 Thread Kai Tietz
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

Re: [Mingw-w64-public] New rubenvb Personal build with GCC 4.7 and mingw-w64 trunk

2012-02-17 Thread 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 dynamic linking is used for a

Re: [Mingw-w64-public] New rubenvb Personal build with GCC 4.7 and mingw-w64 trunk

2012-02-17 Thread 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 > > In my builds dynamic linking is

Re: [Mingw-w64-public] New rubenvb Personal build with GCC 4.7 and mingw-w64 trunk

2012-02-17 Thread 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 long time. Possibly, anyone could tell

[Mingw-w64-public] New rubenvb Personal build with GCC 4.7 and mingw-w64 trunk

2012-02-17 Thread Ruben Van Boxem
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