This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcj-4.2 (20060826) and gnu classpath


On 28 Aug 2006 16:29:13 -0600
Tom Tromey <tromey@redhat.com> wrote:

> >>>>> "Hanno" == Hanno Meyer-Thurow <h.mth@web.de> writes:

> 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.

Attached a reduced testcase.

gcj -C does fine.
ecj throws that.


Regards,
Hanno
public class DoubleTest
{
  public static final double MIN_VALUE = 5e-324;
}

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]