Re: [Mingw-w64-public] mingw-w64 v3 release calling for testers

2013-09-10 Thread Kai Tietz
Hi Erik, 2013/9/10 Erik van Pienbroek wrote: > JonY schreef op di 10-09-2013 om 06:25 [+0800]: >> On 9/10/2013 04:48, Erik van Pienbroek wrote: >> > JonY schreef op ma 09-09-2013 om 20:32 [+0800]: >> >> On 9/9/2013 19:35, Erik van Pienbroek wrote: >> >>> wine-mono-0.0.8-3 >> >>> Build logs

Re: [Mingw-w64-public] mingw-w64 v3 release calling for testers

2013-09-10 Thread Erik van Pienbroek
JonY schreef op vr 06-09-2013 om 18:43 [+0800]: > Hello all, > > We will be releasing v3 from trunk soon. Testers, please check with the > latest trunk version if any of the changes break your applications! I've done another test run against r6259. The amount of failures is reduced now, but we're

Re: [Mingw-w64-public] mingw-w64 v3 release calling for testers

2013-09-10 Thread Jacek Caban
On 9/10/13 8:25 PM, Erik van Pienbroek wrote: > wine-gecko: > --- > > ../../widget/windows/JumpListBuilder.o: In function > `ZN7mozilla6widget15JumpListBuilderC2Ev': > /builddir/build/BUILD/mingw-wine-gecko-2.21/wine-mozilla-2.21/widget/windows/JumpListBuilder.cpp:54: > undefined reference

Re: [Mingw-w64-public] [Patch] intrinsics

2013-09-10 Thread dw
>> I agree on fixing wrong behavior of intrinsic-functions (and their >> implementation files), but such changes please sent in separate >> patches, so that I can review them stand-alone. >> > dw, can you please do that? I'll try to parse these out into separate patches. There's some overlap in

[Mingw-w64-public] [Patch] intrinsics __movsb

2013-09-10 Thread dw
__movsb, __movsd, __movsq, __movsw: Move these intrinsics from library-only to intrin-impl. dw Index: mingw-w64-crt/intrincs/__movsb.c === --- mingw-w64-crt/intrincs/__movsb.c (revision 6265) +++ mingw-w64-crt/intrincs/__movsb.c (wo