help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] Re: smalltalk-2.1.7 failing tests


From: Sven Verdoolaege
Subject: [Help-smalltalk] Re: smalltalk-2.1.7 failing tests
Date: Wed, 11 Feb 2004 17:43:15 +0100
User-agent: Mutt/1.5.5.1i

On Fri, Feb 06, 2004 at 05:33:35PM +0100, Sven Verdoolaege wrote:
> I have two failing tests with smalltalk-2.1.7
> 
> FAIL: arrays.st
> PASS: classes.st
> PASS: blocks.st
> PASS: sets.st
> PASS: processes.st
> PASS: exceptions.st
> PASS: intmath.st
> FAIL: floatmath.st
> PASS: dates.st
> PASS: objects.st
> PASS: strings.st
> [..]
> 
> Details in attachment.
> 

The problem appears to have been the call to modfl in print_float.
For some reason HAVE_LONG_DOUBLE was not defined and so modf was
called.  
However, even with an undefined HAVE_LONG_DOUBLE, svn_long_double
was still defined as "long double".

skimo




reply via email to

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