Re: [Mingw-w64-public] Great success with Ruben's std::thread build!

2011-09-22 Thread xunxun
于 2011/9/22 21:10, Ruben Van Boxem 写道: > why do you use -fuse-linker-plugin anyway? Isn't "-flto" alone enough? No. Only -flto can't use static lib's LTO information, but -flto-linker-plugin does. -- Best Regards, xunxun -

Re: [Mingw-w64-public] Great success with Ruben's std::thread build!

2011-09-22 Thread Ruben Van Boxem
2011/9/22 xunxun > Hi, Ruben > > 于 2011/9/21 18:43, Ruben Van Boxem 写道: > > > >> >> ps: may you follow the binutils bug issue PR 12762 ( >> http://sourceware.org/bugzilla/show_bug.cgi?id=12762 )? >> >> I can't find the smallest testcase. >> > > Sorry, I don't understand what you're tryin

Re: [Mingw-w64-public] Great success with Ruben's std::thread build!

2011-09-22 Thread xunxun
Hi, Ruben 于 2011/9/21 18:43, Ruben Van Boxem 写道: ps: may you follow the binutils bug issue PR 12762 ( http://sourceware.org/bugzilla/show_bug.cgi?id=12762 )? I can't find the smallest testcase. Sorry, I don't understand what you're trying to say here. Ruben I mean can y

Re: [Mingw-w64-public] Great success with Ruben's std::thread build!

2011-09-21 Thread Ruben Van Boxem
2011/9/21 xunxun > Hi, Ruben > > If you back port the std::thread to gcc4.6, you can use the patch. > Thanks for the patch, but I had already located the official commits, which I cherry-picked into the 4.6 branch instead. > > ps: may you follow the binutils bug issue PR 12762 ( > htt

Re: [Mingw-w64-public] Great success with Ruben's std::thread build!

2011-09-21 Thread xunxun
Hi, Ruben If you back port the std::thread to gcc4.6, you can use the patch. ps: may you follow the binutils bug issue PR 12762 ( http://sourceware.org/bugzilla/show_bug.cgi?id=12762 )? I can't find the smallest testcase. Thanks. -- Best Regards, xunxun diff -ruNa old/gcc/c

Re: [Mingw-w64-public] Great success with Ruben's std::thread build!

2011-09-20 Thread Ruben Van Boxem
Op 21 sep. 2011 02:58 schreef "K. Frank" het volgende: > > Hello List! > > I wanted to give some quick feedback. I tried out Ruben's mingw-w64 > personal build that implements std::thread, and it works great. > > I downloaded the 64-bit 4.7.0 version: > > x86_64-w64-mingw32-gcc-4.7.0-stdthread_

[Mingw-w64-public] Great success with Ruben's std::thread build!

2011-09-20 Thread K. Frank
Hello List! I wanted to give some quick feedback. I tried out Ruben's mingw-w64 personal build that implements std::thread, and it works great. I downloaded the 64-bit 4.7.0 version: x86_64-w64-mingw32-gcc-4.7.0-stdthread_rubenvb.7z unzipped it, and tried it out with some std::thread test p