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

[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

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 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

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 Interlockedsomething funcs are declared