Re: libquadmath fix for 94756 and 87204

2023-03-01 Thread Jakub Jelinek via Gcc-patches
On Sat, Jan 21, 2023 at 04:31:52PM +, i.nixman--- via Gcc-patches wrote: > > Why? > > could you explain which of the nine lines are you talking about? All the uselessly changed ones. > > As for the rest, it would help if you could list the exact glibc commits > > which you've ported to libqu

Re: libquadmath fix for 94756 and 87204

2023-02-08 Thread NightStrike via Gcc-patches
Is it too soon to ping again? :) I think Nixman needs some feedback as to whether he's on the right track in addressing your concerns. On Sun, Feb 5, 2023, 12:39 NightStrike wrote: > Jakub, ping > > On Thu, Jan 26, 2023, 12:50 i.nixman--- via Gcc-patches < > gcc-patches@gcc.gnu.org> wrote: > >

Re: libquadmath fix for 94756 and 87204

2023-02-05 Thread NightStrike via Gcc-patches
Jakub, ping On Thu, Jan 26, 2023, 12:50 i.nixman--- via Gcc-patches < gcc-patches@gcc.gnu.org> wrote: > hello, > > could someone look at the patch attached please? > > https://gcc.gnu.org/pipermail/gcc-patches/2023-January/610392.html >

Re: libquadmath fix for 94756 and 87204

2023-01-26 Thread i.nixman--- via Gcc-patches
hello, could someone look at the patch attached please? https://gcc.gnu.org/pipermail/gcc-patches/2023-January/610392.html

Re: libquadmath fix for 94756 and 87204

2023-01-21 Thread i.nixman--- via Gcc-patches
hello Jakub, The above looks way too complicated for what it does. If all you want to change mp_limb* to be long long for mingw 64-bit, then just do: done. Why? could you explain which of the nine lines are you talking about? As for the rest, it would help if you could list the exact

Re: libquadmath fix for 94756 and 87204

2023-01-20 Thread Jakub Jelinek via Gcc-patches
On Fri, Jan 20, 2023 at 02:06:01PM +, i.nixman--- via Gcc-patches wrote: > I have fixed: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94756 > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87204 > > tested on i686-mingw-w64, x86_64-mingw-w64, and for i686 and x86_64 linux. > > could anyone ch

Re: libquadmath fix for 94756 and 87204

2023-01-20 Thread i.nixman--- via Gcc-patches
updated path. only the comment has been corrected. diff --git a/libquadmath/printf/gmp-impl.h b/libquadmath/printf/gmp-impl.h index 94d88efc57f..af0719321dc 100644 --- a/libquadmath/printf/gmp-impl.h +++ b/libquadmath/printf/gmp-impl.h @@ -33,15 +33,30 @@ MA 02111-1307, USA. */ #define MAX(h,i) (

libquadmath fix for 94756 and 87204

2023-01-20 Thread i.nixman--- via Gcc-patches
hello, I have fixed: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94756 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87204 tested on i686-mingw-w64, x86_64-mingw-w64, and for i686 and x86_64 linux. could anyone check and apply please? best! diff --git a/libquadmath/printf/gmp-impl.h b/libq