This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: java/5537: Error compiling simple bytecode with jsr
- From: Tom Tromey <tromey at redhat dot com>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 30 Jan 2002 23:36:00 -0000
- Subject: Re: java/5537: Error compiling simple bytecode with jsr
- Reply-to: Tom Tromey <tromey at redhat dot com>
The following reply was made to PR java/5537; it has been noted by GNATS.
From: Tom Tromey <tromey@redhat.com>
To: Daniel.Bonniot@inria.fr
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: java/5537: Error compiling simple bytecode with jsr
Date: 30 Jan 2002 16:54:16 -0700
>>>>> "Daniel" == Daniel Bonniot <Daniel.Bonniot@inria.fr> writes:
Daniel> This case involves calling return in a try/finally block,
Daniel> and compiling from bytecode.
I've looked at this. gcj still rejects the bytecode in this PR. I
think it does so incorrectly; the bytecode looks fine to me and both
`java' and `gij' pass it.
How did you generate the bytecode? If you did so with gcj, note that
gcj 3.1 no longer generates the same bytecode. Now the method is
simply `return'. (This doesn't affect the fact that this is a gcj
bug.)
Tom