This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: sqrt interpreter Q
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: GCC-Java <java at gcc dot gnu dot org>
- Date: 07 Feb 2002 18:08:26 -0700
- Subject: Re: sqrt interpreter Q
- References: <3C62C85C.2665595A@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "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