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

2017-09-30 Thread JonY via Mingw-w64-public
On 09/28/2017 11:00 AM, niXman wrote: > Liu Hao 2017-09-27 15:32: >> Jon would you please cherry-pick it to v5.x? Thanks. > > Jon, ping please. > > It is already in, unless something funny is going on the sf git repos. signature.asc Description: OpenPGP digital signature

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

2017-09-30 Thread niXman
Liu Hao 2017-09-27 15:32: Jon would you please cherry-pick it to v5.x? Thanks. Jon, ping please. -- Regards, niXman ___ Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows: https://sf.net/p/mingw-w64/

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

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

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

2017-09-27 Thread Liu Hao
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. -- Best regards, LH_Mouse

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

2017-09-27 Thread Christer Solskogen
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. -- Check out the vibrant tech community on one of the world's most engaging tech sites,

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

2017-05-08 Thread Kai Tietz
ok, please apply. Thanks, Kai 2017-05-08 12:19 GMT+02:00 Liu Hao : > On 2017/5/3 15:35, Christer Solskogen wrote: >> >> I'm having a hard time (cross) compiling winpthreads (from 5.x branch) >> with gcc 7.1. >> (... abridgement ...) >>

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

2017-05-08 Thread Liu Hao
On 2017/5/3 15:35, Christer Solskogen wrote: I'm having a hard time (cross) compiling winpthreads (from 5.x branch) with gcc 7.1. (... abridgement ...) src/.libs/libwinpthread_la-clock.o:clock.c:(.text+0x270): undefined reference to `__divmoddi4' Here is the 'real' fix for it. Please review.