[Mingw-w64-public] Issue with gs_support.c in MinGW-w64 runtime

2014-09-30 Thread Sebastian Wolff
Dear list, I am struggling a little with a recent revision of the MinGW-w64 runtime. I use the latest snapshot from openSuse to install my cross-compiler tool chain. I used Qt4 in the past and want to migrate to Qt5. During this process I experience the following issue: In my project I link

Re: [Mingw-w64-public] [PATCH] _mingw.h.in: drop 'extern' from __forceinline macro

2014-09-30 Thread JonY
On 9/28/2014 20:29, Marat Radchenko wrote: 1. In 6500e4fd, FORCEINLINE in winnt.h was fixed to omit 'extern' 2. In d66ee5e8, FORCEINLINE was also fixed in ntdef.h Hi, Sorry about the slow reply, but what does removing extern do? Should it be: __forceinline static __inline__

Re: [Mingw-w64-public] [PATCH] _mingw.h.in: drop 'extern' from __forceinline macro

2014-09-30 Thread Marat Radchenko
On Tue, Sep 30, 2014 at 06:49:42PM +0800, JonY wrote: On 9/28/2014 20:29, Marat Radchenko wrote: 1. In 6500e4fd, FORCEINLINE in winnt.h was fixed to omit 'extern' 2. In d66ee5e8, FORCEINLINE was also fixed in ntdef.h Hi, Sorry about the slow reply, but what does removing extern do?

[Mingw-w64-public] [PATCH] mingw-w64-headers: Make ARM assembler Thumb compatible

2014-09-30 Thread André Hentschel
Please review, i'll commit it, just need an OK. diff --git a/mingw-w64-headers/include/psdk_inc/intrin-impl.h b/mingw-w64-headers/include/psdk_inc/intrin-impl.h index 8ccff53..32a001b 100644 --- a/mingw-w64-headers/include/psdk_inc/intrin-impl.h +++