This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [freenet-devl] Re: Yet another GCJ update. (a/k/a PR 1615 followup)
- To: "Mark J. Roberts" <mjr at statesmean dot com>
- Subject: Re: [freenet-devl] Re: Yet another GCJ update. (a/k/a PR 1615 followup)
- From: Tom Tromey <tromey at redhat dot com>
- Date: 23 Feb 2001 14:32:51 -0700
- Cc: Per Bothner <per at bothner dot com>, <devl at freenetproject dot org>, <java at gcc dot gnu dot org>
- References: <Pine.LNX.4.32.0102201825460.826-100000@rm03-24-131-185-22.ce.mediaone.net>
- Reply-To: tromey at redhat dot com
>>>>> "Mark" == Mark J Roberts <mjr@statesmean.com> writes:
Mark> However, I've observed the problem Warren was talking about,
Mark> where mod will sometimes return negative values, in modPow. This
Mark> is almost certainly the sole cause of the bogus results. Here's
Mark> one example (run with a fresh checkout from two weeks ago,
Mark> because the current tree won't build):
My best guess is that it will take us (meaning Java hackers at RH) a
while before we can get to this one. If you're motivated to write a
patch, that would be great ...
Tom