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: literal 1000. of type double is out of range error on ppc32 soft-float


>>>>> "Martin" == Martin Michlmayr <tbm@cyrius.com> writes:

Martin> I'm seeing the following error when building gjdoc on a ppc32
Martin> soft-float system:

>> pw.println("Preparation (driver) took "+(((double)(beforeDocletTime-startTime))/1000.)+" s");
>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>> src/gnu/classpath/tools/gjdoc/Timer.java:34: error: The literal
>> 1000. of type double is out of range

I'm not sure what is going on here... are you running a java compiler?
Or gjdoc itself?  On gij I suppose?

Martin> Has anyone seen this before, and is anyone interested in looking at
Martin> this problem?  I'm happy to give people access to the system.

I don't have time but we could help you track it down if you want to
try debugging.

Tom


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