bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gawk] macOS: mpfrsqrt check fails on gawk-4.2-stable and master


From: Hermann Peifer
Subject: Re: [bug-gawk] macOS: mpfrsqrt check fails on gawk-4.2-stable and master branches
Date: Fri, 9 Feb 2018 20:24:22 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

On 09.02.18 16:15, Andrew J. Schorr wrote:
> As Eric pointed out, I was missing a curly brace. Can you please try again
> with the attached? I actually compiled the code this time. :-)

Looks fine now. See below. Hermann

$ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean

$ patch -p1 < ../intdiv.patch
patching file extension/intdiv.c

$ ./bootstrap.sh && ./configure && make -j && make check
...
1 TESTS FAILED
...
============== _mpfrsqrt =============
*** mpfrsqrt.ok 2018-02-08 21:21:45.997682223 +0100
--- _mpfrsqrt   2018-02-09 20:03:48.133267858 +0100
***************
*** 1,2 ****
  11111111111111111111111111111111111111111111111111111111111
! 11111111111111111111111111111111111111111111111111111111111
--- 1,3 ----
  11111111111111111111111111111111111111111111111111111111111
! gawk: ./mpfrsqrt.awk:32: warning: intdiv: MPFR arguments converted to
IEEE because this extension was not compiled with MPFR support; loss of
precision may occur





reply via email to

[Prev in Thread] Current Thread [Next in Thread]