Re: [Mingw-w64-public] [patch] intsafe.h: add support for clang

2015-11-03 Thread David Grayson
Thanks, JonY! --David On Tue, Nov 3, 2015 at 4:56 AM, JonY wrote: > On 11/3/2015 06:38, JonY wrote: >>> If someone could commit this, that would be great! Thanks! >>> >>> --David Grayson >>> >> >> Looks good to me, if nobody objects, I will commit it soon. >> > > Done, applied to master. > > --

Re: [Mingw-w64-public] [patch] intsafe.h: add support for clang

2015-11-03 Thread JonY
On 11/3/2015 06:38, JonY wrote: >> If someone could commit this, that would be great! Thanks! >> >> --David Grayson >> > > Looks good to me, if nobody objects, I will commit it soon. > Done, applied to master. 0xD4EBC740.asc Description: application/pgp-keys signature.asc Description: OpenP

Re: [Mingw-w64-public] [patch] intsafe.h: add support for clang

2015-11-02 Thread JonY
On 10/31/2015 12:50, David Grayson wrote: > As of a few days ago, clang supports the builtins we use in > intsafe.h. However, clang still defines __GNUC__ as 4 and I don't > know how long it's going to be like that. So this patch adds special > code to detect clang and detect if clang supports th

[Mingw-w64-public] [patch] intsafe.h: add support for clang

2015-10-30 Thread David Grayson
As of a few days ago, clang supports the builtins we use in intsafe.h. However, clang still defines __GNUC__ as 4 and I don't know how long it's going to be like that. So this patch adds special code to detect clang and detect if clang supports the builtins we need, allowing the inline functio