Re: [Mingw-w64-public] [PATCH] winpthreads/src/dll_math.c: Implement `__divmoddi4()' for GCC 7.

2017-09-28 Thread JonY via Mingw-w64-public
On 09/28/2017 11:35 AM, Liu Hao wrote: > On 2017/9/27 20:32, Liu Hao wrote: >> On 2017/9/27 20:21, Christer Solskogen wrote: >>> On 08-May-17 12:32, Kai Tietz wrote: ok, please apply. >>> >>> Was this ever applied? It seem still to happen with latest 5.x branch. >>> >> Jon would you pleas

Re: [Mingw-w64-public] [PATCH] Handle __CTOR_LIST__ for clang

2017-09-28 Thread David Grayson
Microsoft just published an article about this kind of thing: https://blogs.msdn.microsoft.com/oldnewthing/20170927-00/?p=97095 It seems that casting pointers to uintptr_t before comparing them would probably be safe. --David Grayson On Sat, Aug 5, 2017 at 12:44 PM, David Grayson wrote: > What

Re: [Mingw-w64-public] [PATCH] winpthreads/src/dll_math.c: Implement `__divmoddi4()' for GCC 7.

2017-09-28 Thread Liu Hao
On 2017/9/27 20:32, Liu Hao wrote: On 2017/9/27 20:21, Christer Solskogen wrote: On 08-May-17 12:32, Kai Tietz wrote: ok, please apply. Was this ever applied? It seem still to happen with latest 5.x branch. Jon would you please cherry-pick it to v5.x? Thanks. Eventually, SF is back... -