guile-devel
[Top][All Lists]
Advanced

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

Re: GNU Guile 2.1.6 released (beta) [numbers.c]


From: Matt Wette
Subject: Re: GNU Guile 2.1.6 released (beta) [numbers.c]
Date: Sat, 28 Jan 2017 11:29:19 -0800


On Jan 20, 2017, at 12:23 PM, Matt Wette <address@hidden> wrote:


On Jan 20, 2017, at 11:01 AM, Matt Wette <address@hidden> wrote:


On Jan 19, 2017, at 7:01 PM, Matt Wette <address@hidden> wrote:


On Jan 18, 2017, at 6:26 PM, Andy Wingo <address@hidden> wrote:

We are pleased to announce GNU Guile release 2.1.6.

Guile 2.1.6 is the sixth pre-release in what will eventually become the
2.2 release series.  We encourage you to test this release and provide
feedback to address@hidden.

Saw this one last round.  Mac OS, now gcc-6.3.0:

;;; ("address@hidden" 1.0 -0.0)
FAIL: numbers.test: string->number: valid complex number strings

I am going to see if I can generate the assembly.

Short story: scm_c_make_polar is broken for the Mac.  Guile needs to decide if it want to use __sincos() on Mac, or suppress optimization, or ...



Attached is another patch.  This one adds check for __sincos() to configure.am, configure and #ifdef to numbers.c to use __sincos() on the Mac.  I don’t know if __APPLE__ is required anymore or not.

Matt

Attachment: patch.__sincos
Description: Binary data



reply via email to

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