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: sqrt interpreter Q


>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:

Andreas> Doing it with gij I get the following:
Andreas> [titanium:~] andreast% gij my_sqrt
Andreas> sqrt_int: -2147483648
Andreas> sqrt_double: NaN
Andreas> sqrt_long: -9223372034707292160

Andreas> Is this obviously a problem in the libffi ? Or somewhere else?

Without debugging it is hard to say.  But I would say that it is a
good guess.

Try doing the same thing via reflection.  If that also gets the
incorrect answer then libffi is more strongly implicated.

Tom


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