This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

Re: Error building libgcj on HP 10.20


>>>>> "Jeff" == Jeff Sturm <jsturm@sigma6.com> writes:

Jeff> -  return (jdouble)::pow((jdouble)y, (jdouble)x);
Jeff> +  return (jdouble)::pow((double)y, (double)x);

There were a few of these in natMath.cc.
I'll be sending and committing a patch soon.

Thanks,
Tom

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