This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Buglet in gcj
- To: tromey at redhat dot com
- Subject: Re: Buglet in gcj
- From: Per Bothner <per at bothner dot com>
- Date: Tue, 09 Oct 2001 00:17:23 -0700
- CC: Java Discuss List <java at gcc dot gnu dot org>
- References: <874rp9qz8w.fsf@creche.redhat.com>
Tom Tromey wrote:
>Take a look at gnu.gcj.xlib.XImage.toString().
>
>I think this code is invalid -- some variables, like `format', aren't
>definitely assigned. The .java front end should give us an error, but
>it doesn't.
>
Ok, I guess I really need to work on the definitel (un-)assignment code,
like I've been promising ...
--Per