This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gij runs HelloWorld on PPC Linux
- To: jeff dot sturm at appnet dot com
- Subject: Re: gij runs HelloWorld on PPC Linux
- From: Tom Tromey <tromey at redhat dot com>
- Date: 12 Feb 2001 00:33:25 -0700
- Cc: Mark Wielaard <mark at klomp dot org>, "Kevin B . Hendricks" <khendricks at ivey dot uwo dot ca>, java at gcc dot gnu dot org
- References: <Pine.LNX.4.10.10102111602030.23857-100000@cc42593-a>
- Reply-To: tromey at redhat dot com
>>>>> "Jeff" == jeff sturm <jeff.sturm@appnet.com> writes:
Jeff> Those results match mine on Alpha. The erroneous Final output
Jeff> is caused by a bug in the interpreter. One possible fix is:
We already have a `NULLCHECK' call in that branch. However, when we
know how to catch SEGV, NULLCHECK is defined to do nothing.
I was going to say that need NULLCHECK and MAYBE_NULLCHECK. But I
think this is the only place that matters.
Tom