Re: [Chicken-hackers] [PATCH] Fix isnormal() on Mingw, restore tests (fixing #1062 properly)

2014-02-27 Thread Peter Bex
On Fri, Feb 28, 2014 at 12:25:07AM +, Mario Domenech Goulart wrote: Unfortunately it doesn't work for me. I get Error: assertion failed: (equal? 1.0 (numerator 0.0)) (library tests) for both mingw and mingw-msys (Windows XP 32bit). Thanks for testing. This is very strange. Either

Re: [Chicken-hackers] [PATCH] Fix isnormal() on Mingw, restore tests (fixing #1062 properly)

2014-02-24 Thread Kon Lovett
On Feb 23, 2014, at 4:48 AM, Peter Bex peter@xs4all.nl wrote: Hi all, While investigating how to make isnormal() work on Solaris (but before figuring out we need to define __C99FEATURES__), I came across an alternate solution involving __builting_isnormal, which apparently is a GCC