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: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Sat, 24 Feb 2001 12:42:41 +1300
- CC: Tom Tromey <tromey at redhat dot com>, java at gcc dot gnu dot org
- References: <Pine.LNX.4.32.0102231527110.826-100000@rm03-24-131-185-22.ce.mediaone.net>
"Mark J. Roberts" wrote:
> We fixed this, but I forgot to CC your list. Per's already committed the
> patch:
>
> Index: BigInteger.java
> ===================================================================
> RCS file: /cvs/gcc/gcc/libjava/java/math/BigInteger.java,v
> retrieving revision 1.10
> diff -r1.10 BigInteger.java
> 857c857,865
> < remainder.set(ywords, rlen);
> ---
> > if (ywords[rlen-1] < 0)
> > {
> > ywords[rlen] = 0;
> > remainder.set(ywords, rlen+1);
> > }
> > else
> > {
> > remainder.set(ywords, rlen);
> > }
He did? I don't see this patch in the current tree.
regards
[ bryce ]