Bug#350729: cacao: Incorrect result due to computations in extended precision on x86 (regression)

2006-02-01 Thread Stephan Michels
On 1/31/06, Vincent Lefevre [EMAIL PROTECTED] wrote: According to the Java specifications, computations must correspond to the IEEE-754 double precision, and the result is incorrect. Package cacao 0.93-4 did not have this problem: z = 9.007199254740994E15 d = 0.0 Thank you for finding this

Bug#350729: cacao: Incorrect result due to computations in extended precision on x86 (regression)

2006-01-31 Thread Vincent Lefevre
Package: cacao Version: 0.94-1 Severity: normal With the following program: public class test { public static void main(String[] args) throws Exception { test t = new test(); t.doTest(); } volatile double x, y, z, d; public void doTest() { x =