This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: nogc.cc & darwin
>>>>> "Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
Bryce> Sorry, I mislead you with my previous comment. GCJ is generating a call
Bryce> to sqrtf() from the Math.sqrt() calls in these files. I am not sure why
Bryce> it is calling sqrtf(), however, instead of sqrt() - this seems wrong
Bryce> because the arguments are double!
I bet my recent builtin function call patch is broken :-(
Tom