Re: [Mingw-w64-public] mingw-w64 v3.0 RC1

2013-09-19 Thread Erik van Pienbroek
JonY schreef op vr 20-09-2013 om 06:24 [+0800]: > Hi, > > Thanks to all contributors, especially to Erik for running build tests, > v3 is now nearly stable. > > The is only 1 known issue left. one lh_mouse has discovered a bug in > remquol(). He is taking uncomfortably long to fix it, I'm not hap

[Mingw-w64-public] mingw-w64 v3.0 RC1

2013-09-19 Thread JonY
Hi, Thanks to all contributors, especially to Erik for running build tests, v3 is now nearly stable. The is only 1 known issue left. one lh_mouse has discovered a bug in remquol(). He is taking uncomfortably long to fix it, I'm not happy over the inactivity in SVN. Anyway, here's RC1. Note to de

Re: [Mingw-w64-public] Conflicts with intrin.h

2013-09-19 Thread dw
c:\mingw64\bin\../lib/gcc/x86_64-w64-mingw32/4.7.1/../../../../x86_64-w64-mingw32/include/intrin.h:235:5: error: declaration of C function 'long int _InterlockedDecrement(volatile long int*)' conflicts with 4. winnt.h includes intrin.h where all the Interlocked funcs are declared 6. in winba

Re: [Mingw-w64-public] -sjlj vs. -seh

2013-09-19 Thread Adrien Nader
On Thu, Sep 19, 2013, Incongruous wrote: > I would assume that Win32 and posix refers to the threading technology used, > but what does the part after the hyphen mean? This is explained on the download page: http://mingw-w64.sourceforge.net/download.php If you don't find the explanations sati

Re: [Mingw-w64-public] [Project News | New Builds]

2013-09-19 Thread Derek Buitenhuis
On 9/19/2013 4:26 AM, Alexey Pavlov wrote: > /GNU Make from git./ Particularly happy about this bit. It fixes a long standing bug with CRLF line endings. - Derek -- LIMITED TIME SALE - Full Year of Microsoft Training For

Re: [Mingw-w64-public] -sjlj vs. -seh

2013-09-19 Thread Earnie Boyd
On Thu, Sep 19, 2013 at 9:06 AM, Incongruous wrote: > I would assume that Win32 and posix refers to the threading technology used, > but what does the part after the hyphen mean? The exception handling technology; especially as it relates to unwinding. -- Earnie -- https://sites.google.com/site/

Re: [Mingw-w64-public] -sjlj vs. -seh

2013-09-19 Thread TOCK Chiu
They're the methods to handle exceptions. "Set Jump Long Jump" and "Structured Exception Handling". 2013/9/19 Incongruous > I would assume that Win32 and posix refers to the threading technology > used, but what does the part after the hyphen mean? > > TIA > > > --

[Mingw-w64-public] -sjlj vs. -seh

2013-09-19 Thread Incongruous
I would assume that Win32 and posix refers to the threading technology used, but what does the part after the hyphen mean? TIA-- LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutori

[Mingw-w64-public] Conflicts with intrin.h

2013-09-19 Thread Richard Smolak
Hello all on the list, I'm using clean TDM-GCC64 instalation specifically version 'tdm64-gcc-4.7.1-3" downloaded from: http://sourceforge.net/projects/tdm-gcc/files/TDM-GCC%20Installer/tdm64-gcc-4.7.1-3.exe/download I'm having problems with this kind of compile errors when compiling my proje

Re: [Mingw-w64-public] [Patch] intrsinsic _lrotl

2013-09-19 Thread Kai Tietz
Hi dw, as I said. The patch to lrotl-function is ok. The change of winnt.h header isn't. As here you begin to handle a second time stuff we handle already fine in intrin.h header. I don't see a reason why we should have here duplicated code, which pretty like conflicts to each other. Kai ---