This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj-4.2 (20060826) and gnu classpath
- From: Tom Tromey <tromey at redhat dot com>
- To: Hanno Meyer-Thurow <h dot mth at web dot de>
- Cc: java at gcc dot gnu dot org
- Date: 28 Aug 2006 16:29:13 -0600
- Subject: Re: gcj-4.2 (20060826) and gnu classpath
- References: <20060828161138.d5e73fdb.h.mth@web.de>
- Reply-to: tromey at redhat dot com
>>>>> "Hanno" == Hanno Meyer-Thurow <h.mth@web.de> writes:
Hanno> 1. ERROR in ../java/lang/StrictMath.java
Hanno> (at line 1885)
Hanno> ATAN_0_5L = 2.2698777452961687e-17, // Long bits 0x3c7a2b7f222f65e2L.
Hanno> ^^^^^^^^^^^^^^^^^^^^^^
Hanno> The literal 2.2698777452961687e-17 of type double is out of range
I thought we had fixed this bug :-(
In particular I thought it was fixed by the new mprec import on
2006-06-09 (this was in Classpath, I think I put it in libgcj at the
same time, but I forget... anyway it should be there now).
Could you try to make a reduced test case? That might help.
Tom